Skip to content

Commit c8fb8db

Browse files
committed
add lang support content
1 parent 1e05937 commit c8fb8db

File tree

1 file changed

+110
-1
lines changed

1 file changed

+110
-1
lines changed

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

Lines changed: 110 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following table lists the OCR supported languages for print text by the most
127127
|Kazakh (Latin) | `kk-latn`|Zhuang | `za` |
128128
|Khaling | `klr`|Zulu | `zu` |
129129

130-
## Image analysis
130+
## Analyze image
131131

132132
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.
133133

@@ -185,3 +185,112 @@ Some features of the [Analyze - Image](https://westcentralus.dev.cognitive.micro
185185
|Chinese Simplified |`zh`||||||||| ||||
186186
|Chinese Simplified |`zh-Hans`| || |||||| ||||
187187
|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|
194+
|-----------------------|---------------| -- |-- |
195+
| Akrikaans | `af` || |
196+
| Amharic | `am` || |
197+
| Arabic | `ar` || |
198+
| Armenian | `hy` || |
199+
| Assamese | `as` || |
200+
| Asturian | `ast` || |
201+
| Azerbaijani | `az` || |
202+
| Belarusian | `be` || |
203+
| Bengali | `bn` || |
204+
| Bosnian | `bs` || |
205+
| Bulgarian | `bg` || |
206+
| Burmese | `my` || |
207+
| Catalan | `ca` || |
208+
| Cebuano | `ceb` || |
209+
| Chinese Simpl | `zho` || |
210+
| Chinese Trad | `zho` || |
211+
| Croatian | `hr` || |
212+
| Czech | `cs` || |
213+
| Danish | `da` || |
214+
| Dutch | `nl` || |
215+
| English | `en` |||
216+
| Estonian | `et` || |
217+
| Filipino (Tagalog) | `tl` || |
218+
| Finnish | `fi` || |
219+
| French | `fr` || |
220+
| Fulah | `ff` || |
221+
| Galician | `gl` || |
222+
| Ganda | `lg` || |
223+
| Georgian | `ka` || |
224+
| German | `de` || |
225+
| Greek | `el` || |
226+
| Gujarati | `gu` || |
227+
| Hausa | `ha` || |
228+
| Hebrew | `he` || |
229+
| Hindi | `hi` || |
230+
| Hungarian | `hu` || |
231+
| Icelandic | `is` || |
232+
| Igbo | `ig` || |
233+
| Indonesian | `id` || |
234+
| Irish | `ga` || |
235+
| Italian | `it` || |
236+
| Japanese | `ja` || |
237+
| Javanese | `jv` || |
238+
| Kabuverdianu | `kea` || |
239+
| Kamba | `kam` || |
240+
| Kannada | `kn` || |
241+
| Kazakh | `kk` || |
242+
| Khmer | `km` || |
243+
| Korean | `ko` || |
244+
| Kyrgyz | `ky` || |
245+
| Lao | `lo` || |
246+
| Latvian | `lv` || |
247+
| Lingala | `ln` || |
248+
| Lithuanian | `lt` || |
249+
| Luo | `luo` || |
250+
| Luxembourgish | `lb` || |
251+
| Macedonian | `mk` || |
252+
| Malay | `ms` || |
253+
| Malayalam | `ml` || |
254+
| Maltese | `mt` || |
255+
| Maori | `mi` || |
256+
| Marathi | `mr` || |
257+
| Mongolian | `mn` || |
258+
| Nepali | `ne` || |
259+
| Northern Sotho | `ns` || |
260+
| Norwegian | `no` || |
261+
| Nyanja | `ny` || |
262+
| Occitan | `oc` || |
263+
| Oriya | `or` || |
264+
| Oromo | `om` || |
265+
| Pashto | `ps` || |
266+
| Persian | `fa` || |
267+
| Polish | `pl` || |
268+
| Portuguese (Brazil) | `pt` || |
269+
| Punjabi | `pa` || |
270+
| Romanian | `ro` || |
271+
| Russian | `ru` || |
272+
| Serbian | `sr` || |
273+
| Shona | `sn` || |
274+
| Sindhi | `sd` || |
275+
| Slovak | `sk` || |
276+
| Slovenian | `sl` || |
277+
| Somali | `so` || |
278+
| Sorani Kurdish | `ku` || |
279+
| Spanish (Latin American) | `es` || |
280+
| Swahili | `sw` || |
281+
| Swedish | `sv` || |
282+
| Tajik | `tg` || |
283+
| Tamil | `ta` || |
284+
| Telugu | `te` || |
285+
| Thai | `th` || |
286+
| Turkish | `tr` || |
287+
| Ukrainian | `uk` || |
288+
| Umbundu | `umb` || |
289+
| Urdu | `ur` || |
290+
| Uzbek | `uz` || |
291+
| Vietnamese | `vi` || |
292+
| Welsh | `cy` || |
293+
| Wolof | `wo` || |
294+
| Xhosa | `xh` || |
295+
| Yoruba | `yo` || |
296+
| Zulu | `zu` || |

0 commit comments

Comments
 (0)