google_api_video_intelligence v0.26.1 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation View Source
Annotation corresponding to one detected, tracked and recognized logo class.
Attributes
-
entity
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_Entity.t
, default:nil
) - Entity category information to specify the logo class that all the logo tracks within this LogoRecognitionAnnotation are recognized as. -
segments
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t)
, default:nil
) - All video segments where the recognized logo appears. There might be multiple instances of the same logo class appearing in one VideoSegment. -
tracks
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_Track.t)
, default:nil
) - All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_LogoRecognitionAnnotation{ entity: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_Entity.t(), segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t() ], tracks: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_Track.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.