GoogleCloudDatalabelingV1beta1LabelVideoRequest class
Request message for LabelVideo.
Constructors
- GoogleCloudDatalabelingV1beta1LabelVideoRequest({GoogleCloudDatalabelingV1beta1HumanAnnotationConfig? basicConfig, GoogleCloudDatalabelingV1beta1EventConfig? eventConfig, String? feature, GoogleCloudDatalabelingV1beta1ObjectDetectionConfig? objectDetectionConfig, GoogleCloudDatalabelingV1beta1ObjectTrackingConfig? objectTrackingConfig, GoogleCloudDatalabelingV1beta1VideoClassificationConfig? videoClassificationConfig})
- GoogleCloudDatalabelingV1beta1LabelVideoRequest.fromJson(Map _json)
Properties
- basicConfig ↔ GoogleCloudDatalabelingV1beta1HumanAnnotationConfig?
-
Basic human annotation config.
getter/setter pair
- eventConfig ↔ GoogleCloudDatalabelingV1beta1EventConfig?
-
Configuration for video event task.
getter/setter pair
- feature ↔ String?
-
The type of video labeling task.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- objectDetectionConfig ↔ GoogleCloudDatalabelingV1beta1ObjectDetectionConfig?
-
Configuration for video object detection task.
getter/setter pair
- objectTrackingConfig ↔ GoogleCloudDatalabelingV1beta1ObjectTrackingConfig?
-
Configuration for video object tracking task.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoClassificationConfig ↔ GoogleCloudDatalabelingV1beta1VideoClassificationConfig?
-
Configuration for video classification task.
getter/setter pair
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