GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1DataItem (google_api_data_labeling v0.2.1) View Source
DataItem is a piece of data, without annotation. For example, an image.
Attributes
-
imagePayload
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImagePayload.t
, default:nil
) - The image payload, a container of the image bytes/uri. -
name
(type:String.t
, default:nil
) - Output only. Name of the data item, in format of: projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} -
textPayload
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TextPayload.t
, default:nil
) - The text payload, a container of text content. -
videoPayload
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload.t
, default:nil
) - The video payload, a container of the video uri.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1DataItem{ imagePayload: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImagePayload.t(), name: String.t(), textPayload: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TextPayload.t(), videoPayload: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoPayload.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.