View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVideoObjectTrackingAnnotation (google_api_ai_platform v0.13.0)
Annotation details specific to video object tracking.
Attributes
-
annotationSpecId
(type:String.t
, default:nil
) - The resource Id of the AnnotationSpec that this Annotation pertains to. -
displayName
(type:String.t
, default:nil
) - The display name of the AnnotationSpec that this Annotation pertains to. -
instanceId
(type:String.t
, default:nil
) - The instance of the object, expressed as a positive integer. Used to track the same object across different frames. -
timeOffset
(type:String.t
, default:nil
) - A time (frame) of a video to which this annotation pertains. Represented as the duration since the video's start. -
xMax
(type:float()
, default:nil
) - The rightmost coordinate of the bounding box. -
xMin
(type:float()
, default:nil
) - The leftmost coordinate of the bounding box. -
yMax
(type:float()
, default:nil
) - The bottommost coordinate of the bounding box. -
yMin
(type:float()
, default:nil
) - The topmost coordinate of the bounding box.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVideoObjectTrackingAnnotation{ annotationSpecId: String.t() | nil, displayName: String.t() | nil, instanceId: String.t() | nil, timeOffset: String.t() | nil, xMax: float() | nil, xMin: float() | nil, yMax: float() | nil, yMin: float() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.