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

View Source

Video frame level annotations for object detection and tracking. This field stores per frame location, time offset, and confidence.

Attributes

  • normalizedBoundingBox (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox.t, default: nil) - The normalized bounding box location of this object track for the frame.
  • timeOffset (type: String.t, default: nil) - The timestamp of the frame in microseconds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_ObjectTrackingFrame{
    normalizedBoundingBox:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox.t()
      | nil,
    timeOffset: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.