GoogleCloudDatalabelingV1beta1AnnotationValue class
Annotation value for an example.
Constructors
- GoogleCloudDatalabelingV1beta1AnnotationValue({GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation? imageBoundingPolyAnnotation, GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation? imageClassificationAnnotation, GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation? imagePolylineAnnotation, GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation? imageSegmentationAnnotation, GoogleCloudDatalabelingV1beta1TextClassificationAnnotation? textClassificationAnnotation, GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation? textEntityExtractionAnnotation, GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation? videoClassificationAnnotation, GoogleCloudDatalabelingV1beta1VideoEventAnnotation? videoEventAnnotation, GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation? videoObjectTrackingAnnotation})
- GoogleCloudDatalabelingV1beta1AnnotationValue.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageBoundingPolyAnnotation ↔ GoogleCloudDatalabelingV1beta1ImageBoundingPolyAnnotation?
-
Annotation value for image bounding box, oriented bounding box and polygon
cases.
getter/setter pair
- imageClassificationAnnotation ↔ GoogleCloudDatalabelingV1beta1ImageClassificationAnnotation?
-
Annotation value for image classification case.
getter/setter pair
- imagePolylineAnnotation ↔ GoogleCloudDatalabelingV1beta1ImagePolylineAnnotation?
-
Annotation value for image polyline cases.
getter/setter pair
- imageSegmentationAnnotation ↔ GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation?
-
Annotation value for image segmentation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textClassificationAnnotation ↔ GoogleCloudDatalabelingV1beta1TextClassificationAnnotation?
-
Annotation value for text classification case.
getter/setter pair
- textEntityExtractionAnnotation ↔ GoogleCloudDatalabelingV1beta1TextEntityExtractionAnnotation?
-
Annotation value for text entity extraction case.
getter/setter pair
- videoClassificationAnnotation ↔ GoogleCloudDatalabelingV1beta1VideoClassificationAnnotation?
-
Annotation value for video classification case.
getter/setter pair
- videoEventAnnotation ↔ GoogleCloudDatalabelingV1beta1VideoEventAnnotation?
-
Annotation value for video event case.
getter/setter pair
- videoObjectTrackingAnnotation ↔ GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation?
-
Annotation value for video object detection and tracking case.
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