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."],[[["This document provides reference information for the `AnnotateTextRequest` class within the Google Cloud Natural Language v1 API, version 3.4.0, which is designed for text analysis."],["The `AnnotateTextRequest` class is used to send requests to the API for text annotation, allowing for multiple analysis types such as sentiment, entities, and syntax in a single request."],["It supports a variety of versions of the api, ranging from version 2.2.0 to 3.7.0 (latest), alongside several intermediate releases."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities for message handling, equality comparison, deep cloning, and buffering."],["The `AnnotateTextRequest` class has properties such as `Document`, `EncodingType`, and `Features` which allow you to define the input document, encoding type, and the features to be utilized during the analysis."]]],[]]