Skip to content

Commit 21162c4

Browse files
Merge pull request #268681 from PatrickFarley/gh-issues-address
respond to engagement review
2 parents ca54281 + 2df241a commit 21162c4

File tree

6 files changed

+121
-162
lines changed

6 files changed

+121
-162
lines changed

articles/ai-services/computer-vision/concept-detecting-faces.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ ms.author: pafarley
1717
Image Analysis 3.2 can detect human faces within an image and generate rectangle coordinates for each detected face.
1818

1919
> [!NOTE]
20-
> This feature is also offered by the dedicated [Face](./overview-identity.md) service. Use this alternative for more detailed face analysis, including face identification and head pose detection.
20+
> This feature is also offered by the dedicated [Azure AI Face](./overview-identity.md) service. Use that alternative for more detailed face analysis, including face identification and head pose detection.
2121
2222
[!INCLUDE [Sensitive attributes notice](./includes/identity-sensitive-attributes.md)]
2323

24-
Try out the face detection features quickly and easily in your browser using Vision Studio.
25-
26-
> [!div class="nextstepaction"]
27-
> [Try Vision Studio](https://portal.vision.cognitive.azure.com/)
2824

2925
## Face detection examples
3026

@@ -55,7 +51,7 @@ The following example demonstrates the JSON response returned by Analyze API for
5551
}
5652
```
5753

58-
The next example demonstrates the JSON response returned for an image containing multiple human faces.
54+
The next example demonstrates the JSON response returned for an image containing multiple faces.
5955

6056
![Vision Analyze Family Photo Face](./Images/family_photo_face.png)
6157

articles/ai-services/computer-vision/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sections:
2424
- question: |
2525
How can I increase the transactions-per-second (TPS) allowed by the service?
2626
answer: |
27-
The free (S0) tier only allows 20 transactions per minute. Upgrade to the S1 tier to get up to 30 transactions per second. If you're seeing the error code 429 and the "Too many requests" error message, [submit an Azure support ticket](https://azure.microsoft.com/support/create-ticket/) to raise your TPS to 50 or higher with a brief business justification. [Azure AI Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/#pricing).
27+
The free (S0) tier only allows 20 transactions per minute. Upgrade to the S1 tier to get up to 20 transactions per second. If you're seeing the error code 429 and the "Too many requests" error message, [submit an Azure support ticket](https://azure.microsoft.com/support/create-ticket/) to raise your TPS to 50 or higher with a brief business justification. [Azure AI Vision pricing](https://azure.microsoft.com/pricing/details/cognitive-services/computer-vision/#pricing).
2828
2929
- question: |
3030
The service is throwing an error because my image file is too large. How can I work around this?

articles/ai-services/computer-vision/language-support.md

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: PatrickFarley
77
manager: nitinme
88
ms.service: azure-ai-vision
99
ms.topic: conceptual
10-
ms.date: 02/27/2024
10+
ms.date: 03/11/2024
1111
ms.author: pafarley
1212
---
1313

@@ -17,15 +17,13 @@ Some capabilities of Azure AI Vision support multiple languages; any capabilitie
1717

1818
## Optical Character Recognition (OCR)
1919

20-
The Azure AI Vision [Read API](./overview-ocr.md) supports many languages. The `Read` API can extract text from images and documents with mixed languages, including from the same text line, without requiring a language parameter.
20+
The Azure AI Vision [Read API](./overview-ocr.md) supports many languages. The `Read` API can extract text from images and documents with mixed languages, including from the same text line, without requiring a language parameter. See [How to specify the `Read` model](./how-to/call-read-api.md#determine-how-to-process-the-data-optional) to use the new languages.
2121

2222
> [!NOTE]
2323
> **Language code optional**
2424
>
2525
> `Read` OCR's deep-learning-based universal models extract all multi-lingual text in your documents, including text lines with mixed languages, and do not require specifying a language code. Do not provide the language code as the parameter unless you are sure about the language and want to force the service to apply only the relevant model. Otherwise, the service may return incomplete and incorrect text.
2626
27-
See [How to specify the `Read` model](./how-to/call-read-api.md#determine-how-to-process-the-data-optional) to use the new languages.
28-
2927
### Handwritten text
3028

3129
The following table lists the OCR supported languages for handwritten text by the most recent `Read` GA model.
@@ -129,62 +127,62 @@ The following table lists the OCR supported languages for print text by the most
129127

130128
## Analyze image
131129

132-
Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with image analysis. Languages for tagging are only available in API version 3.2 or later.
130+
Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-1-ga/operations/56f91f2e778daf14a499f21b) API can return results in other languages, specified with the `language` query parameter. Other actions return results in English regardless of what language is specified, and others throw an exception for unsupported languages. Actions are specified with the `visualFeatures` and `details` query parameters; see the [Overview](overview-image-analysis.md) for a list of all the actions you can do with the Analyze API, or follow the [How-to guide](/azure/ai-services/computer-vision/how-to/call-analyze-image-40) to try them out.
133131

134-
|Language | Language code | Categories | Tags | Description | Adult | Brands | Color | Faces | ImageType | Objects | Celebrities | Landmarks | Captions/Dense captions|
135-
|:---|:---:|:----:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:--:|
136-
|Arabic |`ar`| || |||||| ||||
137-
|Azerbaijani |`az`| || |||||| ||||
138-
|Bulgarian |`bg`| || |||||| ||||
139-
|Bosnian Latin |`bs`| || |||||| ||||
140-
|Catalan |`ca`| || |||||| ||||
141-
|Czech |`cs`| || |||||| ||||
142-
|Welsh |`cy`| || |||||| ||||
143-
|Danish |`da`| || |||||| ||||
144-
|German |`de`| || |||||| ||||
145-
|Greek |`el`| || |||||| ||||
146-
|English |`en`|||||||||||||
147-
|Spanish |`es`||||||||| ||||
148-
|Estonian |`et`| || |||||| ||||
149-
|Basque |`eu`| || |||||| ||||
150-
|Finnish |`fi`| || |||||| ||||
151-
|French |`fr`| || |||||| ||||
152-
|Irish |`ga`| || |||||| ||||
153-
|Galician |`gl`| || |||||| ||||
154-
|Hebrew |`he`| || |||||| ||||
155-
|Hindi |`hi`| || |||||| ||||
156-
|Croatian |`hr`| || |||||| ||||
157-
|Hungarian |`hu`| || |||||| ||||
158-
|Indonesian |`id`| || |||||| ||||
159-
|Italian |`it`| || |||||| ||||
160-
|Japanese |`ja`||||||||| ||||
161-
|Kazakh |`kk`| || |||||| ||||
162-
|Korean |`ko`| || |||||| ||||
163-
|Lithuanian |`lt`| || |||||| ||||
164-
|Latvian |`lv`| || |||||| ||||
165-
|Macedonian |`mk`| || |||||| ||||
166-
|Malay Malaysia |`ms`| || |||||| ||||
167-
|Norwegian (Bokmal) |`nb`| || |||||| ||||
168-
|Dutch |`nl`| || |||||| ||||
169-
|Polish |`pl`| || |||||| ||||
170-
|Dari |`prs`| || |||||| ||||
171-
| Portuguese-Brazil|`pt-BR`| || |||||| ||||
172-
| Portuguese-Portugal |`pt`||||||||| ||||
173-
| Portuguese-Portugal |`pt-PT`| || |||||| ||||
174-
|Romanian |`ro`| || |||||| ||||
175-
|Russian |`ru`| || |||||| ||||
176-
|Slovak |`sk`| || |||||| ||||
177-
|Slovenian |`sl`| || |||||| ||||
178-
|Serbian - Cyrillic RS |`sr-Cryl`| || |||||| ||||
179-
|Serbian - Latin RS |`sr-Latn`| || |||||| ||||
180-
|Swedish |`sv`| || |||||| ||||
181-
|Thai |`th`| || |||||| ||||
182-
|Turkish |`tr`| || |||||| ||||
183-
|Ukrainian |`uk`| || |||||| ||||
184-
|Vietnamese |`vi`| || |||||| ||||
185-
|Chinese Simplified |`zh`||||||||| ||||
186-
|Chinese Simplified |`zh-Hans`| || |||||| ||||
187-
|Chinese Traditional |`zh-Hant`| || |||||| ||||
132+
| Language | Language code | Categories | Tags | Description | Adult, Brands, Color, Faces, ImageType, Objects | Celebrities, Landmarks | Captions, Dense captions|
133+
|:---|:---:|:----:|:---:|:---:|:---:|:---:|:--:|
134+
|Arabic |`ar`| || ||||
135+
|Azerbaijani |`az`| || ||||
136+
|Bulgarian |`bg`| || ||||
137+
|Bosnian Latin |`bs`| || ||||
138+
|Catalan |`ca`| || ||||
139+
|Czech |`cs`| || ||||
140+
|Welsh |`cy`| || ||||
141+
|Danish |`da`| || ||||
142+
|German |`de`| || ||||
143+
|Greek |`el`| || ||||
144+
|English |`en`|||||||
145+
|Spanish |`es`|||||||
146+
|Estonian |`et`| || ||||
147+
|Basque |`eu`| || ||||
148+
|Finnish |`fi`| || ||||
149+
|French |`fr`| || ||||
150+
|Irish |`ga`| || ||||
151+
|Galician |`gl`| || ||||
152+
|Hebrew |`he`| || ||||
153+
|Hindi |`hi`| || ||||
154+
|Croatian |`hr`| || ||||
155+
|Hungarian |`hu`| || ||||
156+
|Indonesian |`id`| || ||||
157+
|Italian |`it`| || ||||
158+
|Japanese |`ja`|||||||
159+
|Kazakh |`kk`| || ||||
160+
|Korean |`ko`| || ||||
161+
|Lithuanian |`lt`| || ||||
162+
|Latvian |`lv`| || ||||
163+
|Macedonian |`mk`| || ||||
164+
|Malay Malaysia |`ms`| || ||||
165+
|Norwegian (Bokmal) |`nb`| || ||||
166+
|Dutch |`nl`| || |||
167+
|Polish |`pl`| || |||
168+
|Dari |`prs`| || |||
169+
| Portuguese-Brazil|`pt-BR`| || ||||
170+
| Portuguese-Portugal |`pt`|||||||
171+
| Portuguese-Portugal |`pt-PT`| || ||||
172+
|Romanian |`ro`| || ||||
173+
|Russian |`ru`| || ||||
174+
|Slovak |`sk`| || ||||
175+
|Slovenian |`sl`| || ||||
176+
|Serbian - Cyrillic RS |`sr-Cryl`| || ||||
177+
|Serbian - Latin RS |`sr-Latn`| || ||||
178+
|Swedish |`sv`| || ||||
179+
|Thai |`th`| || ||||
180+
|Turkish |`tr`| || ||||
181+
|Ukrainian |`uk`| || ||||
182+
|Vietnamese |`vi`| || ||||
183+
|Chinese Simplified |`zh`|||| |||
184+
|Chinese Simplified |`zh-Hans`| || ||||
185+
|Chinese Traditional |`zh-Hant`| || ||||
188186

189187
## Multimodal embeddings
190188

0 commit comments

Comments
 (0)