View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVideoActionRecognitionAnnotation (google_api_ai_platform v0.13.0)
Annotation details specific to video action recognition.
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. -
timeSegment
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSegment.t
, default:nil
) - This Annotation applies to the time period represented by the TimeSegment. If it's not set, the Annotation applies to the whole video.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaVideoActionRecognitionAnnotation{ annotationSpecId: String.t() | nil, displayName: String.t() | nil, timeSegment: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTimeSegment.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.