File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
articles/cognitive-services/Computer-vision/Vision-API-How-to-Topics Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,26 @@ description.tags[] | `string` | The list of tags. If there is insufficient
112
112
description.captions[ ] .text | ` string ` | A phrase describing the image.
113
113
description.captions[ ] .confidence | ` number ` | The confidence score for the phrase.
114
114
115
+ ### Error codes
116
+
117
+ See the following list of possible errors and their causes:
118
+
119
+ * 400
120
+ * InvalidImageUrl - Image URL is badly formatted or not accessible.
121
+ * InvalidImageFormat - Input data is not a valid image.
122
+ * InvalidImageSize - Input image is too large.
123
+ * NotSupportedVisualFeature - Specified feature type is not valid.
124
+ * NotSupportedImage - Unsupported image, e.g. child pornography.
125
+ * InvalidDetails - Unsupported ` detail ` parameter value.
126
+ * NotSupportedLanguage - The requested operation is not supported in the language specified.
127
+ * BadArgument - Additional details are provided in the error message.
128
+ * 415 - Unsupported media type error. The Content-Type is not in the allowed types:
129
+ * For an image URL: Content-Type should be application/json
130
+ * For a binary image data: Content-Type should be application/octet-stream or multipart/form-data
131
+ * 500
132
+ * FailedToProcess
133
+ * Timeout - Image processing timed out.
134
+ * InternalServerError
115
135
116
136
## Next steps
117
137
You can’t perform that action at this time.
0 commit comments