public sealed class AnnotateTextRequest : IMessage<AnnotateTextRequest>, IEquatable<AnnotateTextRequest>, IDeepCloneable<AnnotateTextRequest>, IBufferMessage, IMessage
The request message for the text annotation API, which can perform multiple
analysis types (sentiment, entities, and syntax) in one call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `AnnotateTextRequest` class, which is used to send requests to the text annotation API for performing sentiment, entity, and syntax analysis."],["The `AnnotateTextRequest` class is part of the `Google.Cloud.Language.V1` namespace and is implemented in the `Google.Cloud.Language.V1.dll` assembly."],["The latest version of the API is 3.7.0 and the page displays historical versions going back to 2.2.0, the information displayed is for version 3.0.0."],["`AnnotateTextRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AnnotateTextRequest` class include `Document`, `EncodingType`, and `Features`, which define the input text, the encoding method, and the analysis features to be used."]]],[]]