An image.

interface Image {
    gcsUri?: string;
    imageBytes?: string;
    mimeType?: string;
}

Properties

gcsUri?: string

The Cloud Storage URI of the image. Image can contain a value for this field or the image_bytes field but not both.

imageBytes?: string

The image bytes data. Image can contain a value for this field or the gcs_uri field but not both.

mimeType?: string

The MIME type of the image.

MMNEPVFCICPMFPCPTTAAATR