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 | |
---|---|
Name | Description |
document |
google.cloud.language_v1.types.Document
Input document. |
features |
google.cloud.language_v1.types.AnnotateTextRequest.Features
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.