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

Container of information about an image.

Attributes

  • imageThumbnail (type: String.t, default: nil) - A byte string of a thumbnail image.
  • imageUri (type: String.t, default: nil) - Image uri from the user bucket.
  • mimeType (type: String.t, default: nil) - Image format.
  • signedUri (type: String.t, default: nil) - Signed uri of the image file in the service bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImagePayload{
    imageThumbnail: String.t() | nil,
    imageUri: String.t() | nil,
    mimeType: String.t() | nil,
    signedUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.