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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document describes the \u003ccode\u003eAnnotateTextRequest\u003c/code\u003e class, which is used to send requests to the text annotation API for analyzing text.\u003c/p\u003e\n"],["\u003cp\u003eThe API can perform sentiment, entity, and syntax analysis through this request in a single call.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAnnotateTextRequest\u003c/code\u003e implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has constructors and properties to specify the document to be analyzed, the encoding type, and the desired analysis features.\u003c/p\u003e\n"],["\u003cp\u003eThe provided document showcases the different version history of the \u003ccode\u003eAnnotateTextRequest\u003c/code\u003e from version \u003ccode\u003e2.2.0\u003c/code\u003e up to \u003ccode\u003e3.7.0\u003c/code\u003e, where the latest version is \u003ccode\u003e3.7.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]