Class LogoRecognitionAnnotation (2.7.1)

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

Annotation corresponding to one detected, tracked and recognized logo class.

Attributes

NameDescription
entity google.cloud.videointelligence_v1.types.Entity
Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as.
tracks Sequence[google.cloud.videointelligence_v1.types.Track]
All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
segments Sequence[google.cloud.videointelligence_v1.types.VideoSegment]
All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment.