Represents an input image.
| JSON representation |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "imageUri": string, "imageBytes": string // End of mutually exclusive fields. } |
| Fields | |
|---|---|
| The input image. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
imageUri |
Public uri of the image. |
imageBytes |
Raw image bytes. A base64-encoded string. |
| End of mutually exclusive fields. | |