Class AnalyzeEntitiesResponse (2.4.3)

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

The entity analysis response message.

Attributes

NameDescription
entities Sequence[google.cloud.language_v1beta2.types.Entity]
The recognized entities in the input document.
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.