InputImage

Represents an input image.

JSON representation
{

  // Union field image can be only one of the following:
  "imageUri": string,
  "imageBytes": string
  // End of list of possible types for union field image.
}
Fields
Union field image. The input image. image can be only one of the following:
imageUri

string

Public uri of the image.

imageBytes

string (bytes format)

Raw image bytes.

A base64-encoded string.