Class LogoRecognitionAnnotation (2.0.0)

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

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

Attributes

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