GoogleCloudDatalabelingV1beta1ObjectDetectionConfig class
Config for video object detection human labeling task.
Object detection will be conducted on the images extracted from the video, and those objects will be labeled with bounding boxes. User need to specify the number of images to be extracted per second as the extraction frame rate.
Constructors
- GoogleCloudDatalabelingV1beta1ObjectDetectionConfig({String? annotationSpecSet, double? extractionFrameRate})
- GoogleCloudDatalabelingV1beta1ObjectDetectionConfig.fromJson(Map json_)
Properties
- annotationSpecSet ↔ String?
-
Annotation spec set resource name.
getter/setter pair
- extractionFrameRate ↔ double?
-
Number of frames per second to be extracted from 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