Add Example Images
- リソース
-
1/services/data/vXX.X/connect/object-detection/images/imageId/feedback - 使用可能なバージョン
- 47.0
- HTTP メソッド
- GET、POST
- GET のレスポンスボディ
- Example Image
- POST のリクエストボディ
-
- ルート XML タグ
- <objectDetectionResponse>
- JSON の例
-
1{ 2 "objectModelMap": 3 "Example Product": "0z4xx000000015lBND" 4 “Sample Product”: “0z4xx000000015lQLF" 5 “Text Product”: “0z4xx000000015lZQO" 6 "feedbackAnnotations": { 7 "probabilities": [ 8 { 9 "boundingBox":{ 10 "maxX": “1702” 11 "maxY": “1201” 12 "minX": “1158” 13 "minY": “1452” 14 }, 15 "Label": “Example Product” 16 } 17 ] 18 } 19} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン feedbackAnnotations Object Input[] 各オブジェクトの名前とアノテーション。 必須 47.0 objectModelMap Map<String, String> 各オブジェクトの名前と一意の識別子。 必須 47.0
- POST のレスポンスボディ
- Example Image Addition Result