GoogleCloudDatalabelingV1beta1VideoClassificationConfig class
Config for video classification human labeling task.
Currently two types of video classification are supported: 1. Assign labels on the entire video. 2. Split the video into multiple video clips based on camera shot, and assign labels on each video clip.
Constructors
-
GoogleCloudDatalabelingV1beta1VideoClassificationConfig({List<
GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig> ? annotationSpecSetConfigs, bool? applyShotDetection}) - GoogleCloudDatalabelingV1beta1VideoClassificationConfig.fromJson(Map json_)
Properties
-
annotationSpecSetConfigs
↔ List<
GoogleCloudDatalabelingV1beta1AnnotationSpecSetConfig> ? -
The list of annotation spec set configs.
getter/setter pair
- applyShotDetection ↔ bool?
-
Option to apply shot detection on the video.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited