Class LabelAnnotation (2.3.3)

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

Label annotation. .. attribute:: entity

Detected entity.

:type: google.cloud.videointelligence_v1p1beta1.types.Entity

Attributes

NameDescription
category_entities Sequence[google.cloud.videointelligence_v1p1beta1.types.Entity]
Common categories for the detected entity. E.g. when the label is Terrier the category is likely dog. And in some cases there might be more than one categories e.g. Terrier could also be a pet.
segments Sequence[google.cloud.videointelligence_v1p1beta1.types.LabelSegment]
All video segments where a label was detected.
frames Sequence[google.cloud.videointelligence_v1p1beta1.types.LabelFrame]
All video frames where a label was detected.