GoogleCloudDatalabelingV1beta1Example class
An Example is a piece of data and its annotation.
For example, an image with label "house".
Constructors
-
GoogleCloudDatalabelingV1beta1Example({List<
GoogleCloudDatalabelingV1beta1Annotation> ? annotations, GoogleCloudDatalabelingV1beta1ImagePayload? imagePayload, String? name, GoogleCloudDatalabelingV1beta1TextPayload? textPayload, GoogleCloudDatalabelingV1beta1VideoPayload? videoPayload}) - GoogleCloudDatalabelingV1beta1Example.fromJson(Map _json)
Properties
-
annotations
↔ List<
GoogleCloudDatalabelingV1beta1Annotation> ? -
Annotations for the piece of data in Example.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePayload ↔ GoogleCloudDatalabelingV1beta1ImagePayload?
-
The image payload, a container of the image bytes/uri.
getter/setter pair
- name ↔ String?
-
Name of the example, in format of:
projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/
{annotated_dataset_id}/examples/{example_id}
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textPayload ↔ GoogleCloudDatalabelingV1beta1TextPayload?
-
The text payload, a container of the text content.
getter/setter pair
- videoPayload ↔ GoogleCloudDatalabelingV1beta1VideoPayload?
-
The video payload, a container of the video uri.
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