You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/computer-vision/language-support.md
+110-1Lines changed: 110 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ The following table lists the OCR supported languages for print text by the most
127
127
|Kazakh (Latin) |`kk-latn`|Zhuang |`za`|
128
128
|Khaling |`klr`|Zulu |`zu`|
129
129
130
-
## Image analysis
130
+
## Analyze image
131
131
132
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.
133
133
@@ -185,3 +185,112 @@ Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.micro
185
185
|Chinese Simplified |`zh`|✅ | ✅| ✅|||||||✅|✅||
186
186
|Chinese Simplified |`zh-Hans`|| ✅|||||||||||
187
187
|Chinese Traditional |`zh-Hant`|| ✅|||||||||||
188
+
189
+
## Multimodal embeddings
190
+
191
+
The latest [Multimodal embeddings](./overview-image-retrieval.md) model supports vector search in many languages. The original model supports English only. Images that are vectorized in the English-only model are not compatible with text searches in the multi-lingual model.
192
+
193
+
| Language | Language code |`2023-04-15` model |`2022-04-11` model|
0 commit comments