GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation class
Image segmentation annotation.
Constructors
-
GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation({Map<
String, GoogleCloudDatalabelingV1beta1AnnotationSpec> ? annotationColors, String? imageBytes, String? mimeType}) - GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation.fromJson(Map _json)
Properties
-
annotationColors
↔ Map<
String, GoogleCloudDatalabelingV1beta1AnnotationSpec> ? -
The mapping between rgb color and annotation spec.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageBytes ↔ String?
-
A byte string of a full image's color map.
getter/setter pair
-
imageBytesAsBytes
↔ List<
int> -
getter/setter pair
- mimeType ↔ String?
-
Image format.
getter/setter pair
- 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