GoogleCloudDatalabelingV1beta1DataItem class

DataItem is a piece of data, without annotation.

For example, an image.

Properties

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 data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_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 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