GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TimestampedObject (google_api_video_intelligence v0.33.0)
View SourceFor tracking related features. An object at time_offset with attributes, and located with normalized_bounding_box.
Attributes
-
attributes
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute.t)
, default:nil
) - Optional. The attributes of the object in the bounding box. -
landmarks
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark.t)
, default:nil
) - Optional. The detected landmarks. -
normalizedBoundingBox
(type:GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_TimestampedObject{ attributes: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_DetectedAttribute.t() ] | nil, landmarks: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_DetectedLandmark.t() ] | nil, normalizedBoundingBox: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox.t() | nil, timeOffset: String.t() | nil }