ImageQuery

Menentukan input kueri gambar.

Representasi JSON
{

  // Union field image can be only one of the following:
  "imageBytes": string
  // End of list of possible types for union field image.
}
Kolom
Kolom union image. Menentukan byte gambar. image hanya ada berupa salah satu diantara berikut:
imageBytes

string

Byte gambar yang dienkode base64. Format gambar yang didukung: JPEG, PNG, dan BMP.