public sealed class AnnotateTextRequest : IMessage<AnnotateTextRequest>, IEquatable<AnnotateTextRequest>, IDeepCloneable<AnnotateTextRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Natural Language v1 API class AnnotateTextRequest.
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."],[[["The latest version available for the `AnnotateTextRequest` class is 3.7.0, while the current page is displaying documentation for version 3.2.0."],["`AnnotateTextRequest` is a class in the Google Cloud Natural Language v1 API, designed for performing multiple text analyses like sentiment, entity, and syntax in a single API call."],["The `AnnotateTextRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AnnotateTextRequest` class contains properties such as `Document`, `EncodingType`, and `Features`, allowing specification of input document, encoding used for offsets, and the analysis features to enable."],["The `AnnotateTextRequest` has two constructors available, one default and one that accepts another `AnnotateTextRequest` as a parameter."]]],[]]