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-04-09 UTC."],[[["The `AnnotateTextRequest` class is part of the Google Cloud Natural Language v1 API and is used to request text analysis, supporting sentiment, entity, and syntax analysis."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checking, deep cloning, and buffer operations."],["It is the request message for the text annotation API and contains properties for the input document (`Document`), the encoding type (`EncodingType`), and the features to be analyzed (`Features`)."],["The document versions shown range from version 2.2.0 to the latest version 3.7.0, allowing for selection of different versions of the `AnnotateTextRequest` class for use in a project."],["The `AnnotateTextRequest` class has two constructors: one default and one that accepts another `AnnotateTextRequest` object as a parameter, enabling object creation from existing `AnnotateTextRequest` objects."]]],[]]