Sentence(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a sentence in the input document.
Attributes |
|
---|---|
Name | Description |
text |
google.cloud.language_v1beta2.types.TextSpan
The sentence text. |
sentiment |
google.cloud.language_v1beta2.types.Sentiment
For calls to [AnalyzeSentiment][] or if AnnotateTextRequest.Features.extract_document_sentiment is set to true, this field will contain the sentiment for the sentence. |