ImageQuery

이미지 쿼리 입력을 지정합니다.

JSON 표현
{

  // Union field image can be only one of the following:
  "imageBytes": string
  // End of list of possible types for union field image.
}
필드
통합 필드 image. 이미지 바이트를 지정합니다. image는 다음 중 하나여야 합니다.
imageBytes

string

Base64로 인코딩된 이미지 바이트입니다. 지원되는 이미지 형식은 JPEG, PNG, BMP입니다.