View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult (google_api_ai_platform v0.13.0)
Prediction output format for Video Object Tracking.
Attributes
-
confidence
(type:number()
, default:nil
) - The Model's confidence in correction of this prediction, higher value means higher confidence. -
displayName
(type:String.t
, default:nil
) - The display name of the AnnotationSpec that had been identified. -
frames
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame.t)
, default:nil
) - All of the frames of the video in which a single object instance has been detected. The bounding boxes in the frames identify the same object. -
id
(type:String.t
, default:nil
) - The resource ID of the AnnotationSpec that had been identified. -
timeSegmentEnd
(type:String.t
, default:nil
) - The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. -
timeSegmentStart
(type:String.t
, default:nil
) - The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResult{ confidence: number() | nil, displayName: String.t() | nil, frames: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame.t() ] | nil, id: String.t() | nil, timeSegmentEnd: String.t() | nil, timeSegmentStart: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.