google_api_video_intelligence v0.23.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_TimestampedObject View Source

For tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.

Attributes

  • attributes (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_DetectedAttribute.t), default: nil) - Optional. The attributes of the object in the bounding box.
  • landmarks (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_DetectedLandmark.t), default: nil) - Optional. The detected landmarks.
  • normalizedBoundingBox (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p1beta1_NormalizedBoundingBox.t, default: nil) - Normalized Bounding box in a frame, where the object is located.
  • timeOffset (type: String.t, default: nil) - Time-offset, relative to the beginning of the video, corresponding to the video frame for this object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.