View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1DataItem (google_api_data_labeling v0.3.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.