Skip to content

Commit b5a8648

Browse files
Update articles/cognitive-services/Computer-vision/language-support.md
Co-authored-by: erhopf <[email protected]>
1 parent 4bfac87 commit b5a8648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Computer-vision/language-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Some features of Computer Vision support multiple languages; any features not me
2020

2121
Computer Vision can recognize text in many languages.The [OCR](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) API and the [Read](https://aka.ms/computer-vision-v3-ref) API (v3.0) support several languages, and [Recognize Text](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/587f2c6a154055056008f200) API only support English. See [Recognize printed and handwritten text](concept-recognizing-text.md) for more information on this functionality and the advantages of each API.
2222

23-
OCR and Read automatically detect the language of the input material, so there is no need to specify a language code in the API calls. However, language codes are always returned as the value of the `"language"` node in the JSON response.
23+
The OCR and Read APIs automatically detect the language of the input material, so there is no need to specify a language code. Additionally, the language code for the detected language is always returned in the JSON response.
2424

2525
|Language| Language code | OCR API | Read API |
2626
|:-----|:----:|:-----:|:---:|
@@ -68,4 +68,4 @@ Some actions of the [Analyze - Image](https://westus.dev.cognitive.microsoft.com
6868
Get started using the Computer Vision features mentioned in this guide.
6969

7070
* [Analyze a local image (REST)](./quickstarts/csharp-analyze.md)
71-
* [Extract printed text (REST)](./quickstarts/csharp-print-text.md)
71+
* [Extract printed text (REST)](./quickstarts/csharp-print-text.md)

0 commit comments

Comments
 (0)