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, specifically for version 3.1.0."],["`AnnotateTextRequest` is a message class used to perform multiple types of text analysis, including sentiment, entity, and syntax analysis, in a single request."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `AnnotateTextRequest` class includes constructors and properties like `Document`, `EncodingType`, and `Features`, which are essential for configuring the text analysis request."],["The page contains a list of links to previous versions of the AnnotateTextRequest documentation, with the latest being version 3.7.0."]]],[]]