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。