View Source GoogleApi.Language.V1.Model.XPSVideoActionRecognitionEvaluationMetrics (google_api_language v0.15.0)
Model evaluation metrics for video action recognition.
Attributes
-
evaluatedActionCount
(type:integer()
, default:nil
) - Output only. The number of ground truth actions used to create this evaluation. -
videoActionMetricsEntries
(type:list(GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntry.t)
, default:nil
) - Output only. The metric entries for precision window lengths: 1s,2s,3s,4s, 5s.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSVideoActionRecognitionEvaluationMetrics{ evaluatedActionCount: integer() | nil, videoActionMetricsEntries: [GoogleApi.Language.V1.Model.XPSVideoActionMetricsEntry.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.