View Source GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation (google_api_video_intelligence v0.32.2)

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

Attributes

  • entity (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_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.GoogleCloudVideointelligenceV1p2beta1_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.GoogleCloudVideointelligenceV1p2beta1_Track.t), default: nil) - All logo tracks where the recognized logo appears. Each track corresponds to one logo instance appearing in consecutive frames.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.