View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation (google_api_data_labeling v0.4.0)
Video classification annotation.
Attributes
-
annotationSpec(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t, default:nil) - Label of the segment specified by time_segment. -
timeSegment(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t, default:nil) - The time segment of the video to which the annotation applies.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation{ annotationSpec: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t() | nil, timeSegment: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t() | nil }