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-09 UTC."],[[["This webpage details the `AnnotateTextRequest` class, which is a request message for the text annotation API, capable of performing multiple analyses like sentiment, entities, and syntax in a single call."],["`AnnotateTextRequest` is part of the `Google.Cloud.Language.V1` namespace within the `Google.Cloud.Language.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API is 3.7.0, and there are several previous versions of the API available for reference."],["The `AnnotateTextRequest` class includes properties such as `Document`, `EncodingType`, and `Features`, which define the input document, encoding type, and enabled analysis features, respectively."]]],[]]