google_api_video_intelligence v0.22.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation View Source
Annotation corresponding to one detected, tracked and recognized logo class.
Attributes
entity
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_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.GoogleCloudVideointelligenceV1_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.GoogleCloudVideointelligenceV1_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
Link to this type
t()
View Sourcet() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_LogoRecognitionAnnotation{ entity: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_Entity.t(), segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_VideoSegment.t() ], tracks: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_Track.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.