View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoClassificationPredictionResult (google_api_ai_platform v0.13.0)
Prediction output format for Video Classification.
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. -
id
(type:String.t
, default:nil
) - The resource ID of the AnnotationSpec that had been identified. -
timeSegmentEnd
(type:String.t
, default:nil
) - The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. 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. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively. -
timeSegmentStart
(type:String.t
, default:nil
) - The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. 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. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively. -
type
(type:String.t
, default:nil
) - The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoClassificationPredictionResult{ confidence: number() | nil, displayName: String.t() | nil, id: String.t() | nil, timeSegmentEnd: String.t() | nil, timeSegmentStart: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.