Skip to content

Commit 397fd56

Browse files
committed
pr fixes
1 parent e652bdf commit 397fd56

File tree

6 files changed

+39
-3
lines changed

6 files changed

+39
-3
lines changed

articles/ai-services/computer-vision/how-to/call-analyze-image-40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: how-to
1212
ms.date: 01/24/2023
13-
ms.custom: "seodec18"
13+
ms.custom: "seodec18", "references_regions"
1414
zone_pivot_groups: programming-languages-computer-vision-40
1515

1616
---

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-cpp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: PatrickFarley
3+
manager: nitinme
4+
ms.service: ai-services
5+
ms.subservice: computer-vision
6+
ms.topic: include
7+
ms.date: 08/01/2023
8+
ms.author: pafarley
9+
---
110

211
## Prerequisites
312

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-csharp.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: PatrickFarley
3+
manager: nitinme
4+
ms.service: ai-services
5+
ms.subservice: computer-vision
6+
ms.topic: include
7+
ms.date: 08/01/2023
8+
ms.author: pafarley
9+
---
110

211
## Prerequisites
312

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-python.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: PatrickFarley
3+
manager: nitinme
4+
ms.service: ai-services
5+
ms.subservice: computer-vision
6+
ms.topic: include
7+
ms.date: 08/01/2023
8+
ms.author: pafarley
9+
---
110

211
## Prerequisites
312

articles/ai-services/computer-vision/includes/how-to-guides/analyze-image-40-rest.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
author: PatrickFarley
3+
manager: nitinme
4+
ms.service: ai-services
5+
ms.subservice: computer-vision
6+
ms.topic: include
7+
ms.date: 08/01/2023
8+
ms.author: pafarley
9+
---
110

211
## Prerequisites
312

@@ -232,7 +241,7 @@ List of common errors:
232241
* `400 Bad Request`
233242
* `InvalidRequest - Image URL is badly formatted or not accessible`. Make sure the image URL is valid and publicly accessible.
234243
* `InvalidRequest - The image size is not allowed to be zero or larger than 20971520 bytes`. Reduce the size of the image by compressing it and/or resizing, and resubmit your request.
235-
* `InvalidRequest - The feature 'Caption' is not supported in this region`. The feature is only support in specific Azure regions. See [Quickstart prerequisites](/azure/cognitive-services/computer-vision/quickstarts-sdk/image-analysis-client-library-40#prerequisites) for the list of supported Azure regions.
244+
* `InvalidRequest - The feature 'Caption' is not supported in this region`. The feature is only supported in specific Azure regions. See [Quickstart prerequisites](/azure/cognitive-services/computer-vision/quickstarts-sdk/image-analysis-client-library-40#prerequisites) for the list of supported Azure regions.
236245
* `InvalidRequest - The provided image content type ... is not supported`. The HTTP header **Content-Type** in the request isn't an allowed type:
237246
* For an image URL, **Content-Type** should be `application/json`
238247
* For a binary image data, **Content-Type** should be `application/octet-stream` or `multipart/form-data`

articles/ai-services/computer-vision/includes/image-analysis-error-codes-40.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ List of common errors:
7373
* `400 Bad Request`
7474
* `InvalidRequest - Image URL is badly formatted or not accessible`. Make sure the image URL is valid and publicly accessible.
7575
* `InvalidRequest - The image size is not allowed to be zero or larger than 20971520 bytes`. Reduce the size of the image by compressing it and/or resizing, and resubmit your request.
76-
* `InvalidRequest - The feature 'Caption' is not supported in this region`. The feature is only support in specific Azure regions. See [Quickstart prerequisites](../quickstarts-sdk/image-analysis-client-library-40.md#prerequisites) for the list of supported Azure regions.
76+
* `InvalidRequest - The feature 'Caption' is not supported in this region`. The feature is only supported in specific Azure regions. See [Quickstart prerequisites](../quickstarts-sdk/image-analysis-client-library-40.md#prerequisites) for the list of supported Azure regions.
7777
* `InvalidRequest - The provided image content type ... is not supported`. The HTTP header **Content-Type** in the request isn't an allowed type:
7878
* For an image URL, **Content-Type** should be `application/json`
7979
* For a binary image data, **Content-Type** should be `application/octet-stream` or `multipart/form-data`

0 commit comments

Comments
 (0)