GoogleCloudDatalabelingV1beta1Annotation class
Annotation for Example.
Each example may have one or more annotations. For example in image classification problem, each image might have one or more labels. We call labels binded with this image an Annotation.
Constructors
- GoogleCloudDatalabelingV1beta1Annotation({GoogleCloudDatalabelingV1beta1AnnotationMetadata? annotationMetadata, String? annotationSentiment, String? annotationSource, GoogleCloudDatalabelingV1beta1AnnotationValue? annotationValue, String? name})
- GoogleCloudDatalabelingV1beta1Annotation.fromJson(Map json_)
Properties
- annotationMetadata ↔ GoogleCloudDatalabelingV1beta1AnnotationMetadata?
-
Annotation metadata, including information like votes for labels.
getter/setter pair
- annotationSentiment ↔ String?
-
Sentiment for this annotation.
getter/setter pair
- annotationSource ↔ String?
-
The source of the annotation.
getter/setter pair
- annotationValue ↔ GoogleCloudDatalabelingV1beta1AnnotationValue?
-
This is the actual annotation value, e.g classification, bounding box
values are stored here.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Unique name of this annotation, format is:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id}
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