google_api_video_intelligence v0.26.1 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ObjectTrackingFrame 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.GoogleCloudVideointelligenceV1_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.

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.GoogleCloudVideointelligenceV1_ObjectTrackingFrame{
    normalizedBoundingBox:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_NormalizedBoundingBox.t(),
    timeOffset: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.