要求對使用者提供的圖片執行 Google Cloud Vision API 工作,並提供使用者要求的功能和情境資訊。
JSON 表示法 |
---|
{ "image": { object ( |
欄位 | |
---|---|
image |
要處理的圖片。 |
features[] |
要求的功能。 |
imageContext |
圖片可能附帶的額外背景資訊。 |
圖片
用戶端圖片,用於執行 Google Cloud Vision API 工作。
JSON 表示法 |
---|
{ "content": string } |
欄位 | |
---|---|
content |
圖片內容,以位元組串流表示。注意:與所有 目前這個欄位僅適用於 images.annotate 要求。這項功能不適用於 images.asyncBatchAnnotate 要求。 Base64 編碼字串。 |