GoogleCloudDatalabelingV1beta1LabelImageRequest class

Request message for starting an image labeling task.

Properties

basicConfig GoogleCloudDatalabelingV1beta1HumanAnnotationConfig?
Basic human annotation config.
getter/setter pair
boundingPolyConfig GoogleCloudDatalabelingV1beta1BoundingPolyConfig?
Configuration for bounding box and bounding poly task.
getter/setter pair
feature String?
The type of image labeling task.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageClassificationConfig GoogleCloudDatalabelingV1beta1ImageClassificationConfig?
Configuration for image classification task.
getter/setter pair
polylineConfig GoogleCloudDatalabelingV1beta1PolylineConfig?
Configuration for polyline task.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentationConfig GoogleCloudDatalabelingV1beta1SegmentationConfig?
Configuration for segmentation 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