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-03-21 UTC."],[[["This document describes the `AnnotateTextRequest` class, which is used to send requests to the text annotation API for analyzing text."],["The API can perform sentiment, entity, and syntax analysis through this request in a single call."],["`AnnotateTextRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors and properties to specify the document to be analyzed, the encoding type, and the desired analysis features."],["The provided document showcases the different version history of the `AnnotateTextRequest` from version `2.2.0` up to `3.7.0`, where the latest version is `3.7.0`."]]],[]]