Class Entity (2.3.3)

Stay organized with collections Save and categorize content based on your preferences.
Entity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detected entity from video analysis. .. attribute:: entity_id

Opaque entity ID. Some IDs may be available in Google Knowledge Graph Search API <https://developers.google.com/knowledge-graph/>__.

:type: str

Attributes

NameDescription
description str
Textual description, e.g., ``Fixed-gear bicycle``.
language_code str
Language code for ``description`` in BCP-47 format.

Inheritance

builtins.object > proto.message.Message > Entity