GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation (google_api_video_intelligence v0.33.0)

View Source

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

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_LogoRecognitionAnnotation{
    entity:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Entity.t()
      | nil,
    segments:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_VideoSegment.t()
      ]
      | nil,
    tracks:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_Track.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.