Class Entity (2.7.0)

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

Detected entity from video analysis.

Attributes

NameDescription
entity_id str
Opaque entity ID. Some IDs may be available in `Google Knowledge Graph Search API
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