ImagePayload

Container of information about an image.

JSON representation
{
  "mimeType": string,
  "imageThumbnail": string,
  "imageUri": string,
  "signedUri": string
}
Fields
mimeType

string

Image format.

imageThumbnail

string (bytes format)

A byte string of a thumbnail image.

A base64-encoded string.

imageUri

string

Image uri from the user bucket.

signedUri

string

Signed uri of the image file in the service bucket.