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."],[[["This document provides reference information for the `AnnotateTextRequest` class within the Google Cloud Natural Language v1 API, including its properties and constructors."],["The `AnnotateTextRequest` class is used for making requests to the text annotation API, enabling multiple analysis types like sentiment, entity, and syntax analysis in a single API call."],["The latest version for the API is `3.7.0`, and the page includes the history of releases going as far back as `2.2.0` with links to their respective documentations."],["`AnnotateTextRequest` has properties such as `Document`, `EncodingType`, and `Features`, allowing specification of input document, encoding used for offset calculations, and the enabled analysis features."]]],[]]