Class AnalyzeEntitySentimentResponse (2.2.2)

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

The entity-level sentiment analysis response message. .. attribute:: entities

The recognized entities in the input document with associated sentiments.

:type: Sequence[google.cloud.language_v1.types.Entity]

Attribute

NameDescription
language str
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.