Class AnnotateTextRequest (2.13.2)

AnnotateTextRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for the text annotation API, which can perform multiple analysis types (sentiment, entities, and syntax) in one call.

Attributes

NameDescription
document google.cloud.language_v1.types.Document
Required. Input document.
features google.cloud.language_v1.types.AnnotateTextRequest.Features
Required. The enabled features.
encoding_type google.cloud.language_v1.types.EncodingType
The encoding type used by the API to calculate offsets.

Classes

Features

Features(mapping=None, *, ignore_unknown_fields=False, **kwargs)

All available features for sentiment, syntax, and semantic analysis. Setting each one to true will enable that specific analysis for the input.