Skip to content

Commit 0a8084e

Browse files
authored
Merge pull request #570 from MicrosoftDocs/main
9/30/2024 PM Publish
2 parents 3718d61 + a55687c commit 0a8084e

22 files changed

+595
-370
lines changed

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This section walks through a sample request with cURL. Paste the command below i
3939

4040

4141
```shell
42-
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview' \
42+
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview' \
4343
--header 'Ocp-Apim-Subscription-Key: <your_subscription_key>' \
4444
--header 'Content-Type: application/json' \
4545
--data-raw '{
@@ -87,7 +87,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
8787
'Ocp-Apim-Subscription-Key': '<your_subscription_key>',
8888
'Content-Type': 'application/json'
8989
}
90-
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview", payload, headers)
90+
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview", payload, headers)
9191
res = conn.getresponse()
9292
data = res.read()
9393
print(data.decode("utf-8"))
@@ -124,7 +124,7 @@ The following fields must be included in the URL:
124124

125125
| Name | Required | Description | Type |
126126
| :-------------- | :-------- | :------ | :----- |
127-
| **API Version** | Required | This is the API version to be used. The current version is: api-version=2024-02-15-preview. Example: `<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview` | String |
127+
| **API Version** | Required | This is the API version to be used. The current version is: api-version=2024-09-15-preview. Example: `<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview` | String |
128128

129129
The parameters in the request body are defined in this table:
130130

@@ -210,7 +210,7 @@ This section walks through a sample request with cURL. Paste the command below i
210210

211211

212212
```shell
213-
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview' \
213+
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview' \
214214
--header 'Ocp-Apim-Subscription-Key: <your_subscription_key>' \
215215
--header 'Content-Type: application/json' \
216216
--data-raw '{
@@ -244,7 +244,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
244244
import http.client
245245
import json
246246
247-
conn = http.client.HTTPSConnection("<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview")
247+
conn = http.client.HTTPSConnection("<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview")
248248
payload = json.dumps({
249249
"domain": "Generic",
250250
"task": "QnA",
@@ -266,7 +266,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
266266
'Ocp-Apim-Subscription-Key': '<your_subscription_key>',
267267
'Content-Type': 'application/json'
268268
}
269-
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview", payload, headers)
269+
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview", payload, headers)
270270
res = conn.getresponse()
271271
data = res.read()
272272
print(data.decode("utf-8"))
@@ -389,7 +389,7 @@ This section demonstrates a sample request using cURL. Replace the placeholders
389389

390390

391391
```shell
392-
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview' \
392+
curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview' \
393393
--header 'Ocp-Apim-Subscription-Key: <your_subscription_key>' \
394394
--header 'Content-Type: application/json' \
395395
--data-raw '{
@@ -412,7 +412,7 @@ curl --location --request POST '<endpoint>/contentsafety/text:detectGroundedness
412412
Create a Python script named quickstart.py and include the following code. Update the endpoint URL and key as appropriate:
413413
```Python
414414
415-
conn = http.client.HTTPSConnection("<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview")
415+
conn = http.client.HTTPSConnection("<endpoint>/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview")
416416
payload = json.dumps({
417417
"domain": "Generic",
418418
"task": "Summarization",
@@ -431,7 +431,7 @@ headers = {
431431
'Ocp-Apim-Subscription-Key': '<your_subscription_key>',
432432
'Content-Type': 'application/json'
433433
}
434-
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-02-15-preview", payload, headers)
434+
conn.request("POST", "/contentsafety/text:detectGroundedness?api-version=2024-09-15-preview", payload, headers)
435435
res = conn.getresponse()
436436
data = res.read()
437437
print(data.decode("utf-8"))

articles/ai-services/speech-service/includes/language-support/stt.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,34 +56,34 @@ ms.author: eur
5656
| `en-US` | English (United States) | Audio + human-labeled transcript<br/><br/>Audio<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
5757
| `en-ZA` | English (South Africa) | Audio + human-labeled transcript<br/><br/>Audio<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation<br/><br/>Phrase list |
5858
| `es-AR` | Spanish (Argentina) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
59-
| `es-BO` | Spanish (Bolivia) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
60-
| `es-CL` | Spanish (Chile) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
61-
| `es-CO` | Spanish (Colombia) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
62-
| `es-CR` | Spanish (Costa Rica) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
59+
| `es-BO` | Spanish (Bolivia) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
60+
| `es-CL` | Spanish (Chile) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
61+
| `es-CO` | Spanish (Colombia) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
62+
| `es-CR` | Spanish (Costa Rica) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
6363
| `es-CU` | Spanish (Cuba) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
6464
| `es-DO` | Spanish (Dominican Republic) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
6565
| `es-EC` | Spanish (Ecuador) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
6666
| `es-ES` | Spanish (Spain) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
67-
| `es-GQ` | Spanish (Equatorial Guinea) | Plain text<br/><br/>Structured text |
68-
| `es-GT` | Spanish (Guatemala) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
69-
| `es-HN` | Spanish (Honduras) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
67+
| `es-GQ` | Spanish (Equatorial Guinea) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text |
68+
| `es-GT` | Spanish (Guatemala) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
69+
| `es-HN` | Spanish (Honduras) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
7070
| `es-MX` | Spanish (Mexico) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
71-
| `es-NI` | Spanish (Nicaragua) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
72-
| `es-PA` | Spanish (Panama) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
73-
| `es-PE` | Spanish (Peru) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
74-
| `es-PR` | Spanish (Puerto Rico) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
75-
| `es-PY` | Spanish (Paraguay) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
76-
| `es-SV` | Spanish (El Salvador) | Plain text<br/><br/>Pronunciation |
77-
| `es-US` | Spanish (United States)<sup>1</sup> | Plain text<br/><br/>Structured text<br/><br/>Pronunciation<br/><br/>Phrase list |
78-
| `es-UY` | Spanish (Uruguay) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
71+
| `es-NI` | Spanish (Nicaragua) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
72+
| `es-PA` | Spanish (Panama) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
73+
| `es-PE` | Spanish (Peru) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
74+
| `es-PR` | Spanish (Puerto Rico) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
75+
| `es-PY` | Spanish (Paraguay) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
76+
| `es-SV` | Spanish (El Salvador) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
77+
| `es-US` | Spanish (United States) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation<br/><br/>Phrase list |
78+
| `es-UY` | Spanish (Uruguay) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
7979
| `es-VE` | Spanish (Venezuela) | Plain text<br/><br/>Structured text<br/><br/>Pronunciation |
8080
| `et-EE` | Estonian (Estonia) | Plain text<br/><br/>Pronunciation |
8181
| `eu-ES` | Basque | Plain text |
8282
| `fa-IR` | Persian (Iran) | Plain text |
83-
| `fi-FI` | Finnish (Finland) | Plain text<br/><br/>Output format<br/><br/>Pronunciation |
83+
| `fi-FI` | Finnish (Finland) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation |
8484
| `fil-PH` | Filipino (Philippines) | Plain text<br/><br/>Pronunciation |
8585
| `fr-BE` | French (Belgium) | Plain text |
86-
| `fr-CA` | French (Canada)<sup>1</sup> | Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
86+
| `fr-CA` | French (Canada) | Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
8787
| `fr-CH` | French (Switzerland) | Plain text<br/><br/>Pronunciation |
8888
| `fr-FR` | French (France) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
8989
| `ga-IE` | Irish (Ireland) | Plain text<br/><br/>Pronunciation |
@@ -94,7 +94,7 @@ ms.author: eur
9494
| `hr-HR` | Croatian (Croatia) | Plain text<br/><br/>Pronunciation |
9595
| `hu-HU` | Hungarian (Hungary) | Plain text<br/><br/>Pronunciation |
9696
| `hy-AM` | Armenian (Armenia) | Plain text |
97-
| `id-ID` | Indonesian (Indonesia) | Plain text<br/><br/>Pronunciation<br/><br/>Phrase list |
97+
| `id-ID` | Indonesian (Indonesia) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Pronunciation<br/><br/>Phrase list |
9898
| `is-IS` | Icelandic (Iceland) | Plain text |
9999
| `it-CH` | Italian (Switzerland) | Plain text |
100100
| `it-IT` | Italian (Italy) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
@@ -120,10 +120,10 @@ ms.author: eur
120120
| `nl-BE` | Dutch (Belgium) | Plain text |
121121
| `nl-NL` | Dutch (Netherlands) | Plain text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
122122
| `pa-IN` | Punjabi (India) | Audio + human-labeled transcript |
123-
| `pl-PL` | Polish (Poland) | Plain text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
123+
| `pl-PL` | Polish (Poland) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
124124
| `ps-AF` | Pashto (Afghanistan) | Plain text |
125125
| `pt-BR` | Portuguese (Brazil) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
126-
| `pt-PT` | Portuguese (Portugal) | Plain text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
126+
| `pt-PT` | Portuguese (Portugal) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Pronunciation<br/><br/>Phrase list |
127127
| `ro-RO` | Romanian (Romania) | Plain text<br/><br/>Pronunciation |
128128
| `ru-RU` | Russian (Russia) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Phrase list |
129129
| `si-LK` | Sinhala (Sri Lanka) | Plain text |
@@ -137,19 +137,19 @@ ms.author: eur
137137
| `sw-TZ` | Kiswahili (Tanzania) | Plain text |
138138
| `ta-IN` | Tamil (India) | Plain text |
139139
| `te-IN` | Telugu (India) | Plain text |
140-
| `th-TH` | Thai (Thailand) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Phrase list |
140+
| `th-TH` | Thai (Thailand) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Phrase list |
141141
| `tr-TR` | Turkish (Türkiye) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format |
142142
| `uk-UA` | Ukrainian (Ukraine) | Plain text |
143143
| `ur-IN` | Urdu (India) | Audio + human-labeled transcript |
144144
| `uz-UZ` | Uzbek (Latin, Uzbekistan) | Plain text |
145145
| `vi-VN` | Vietnamese (Vietnam) | Plain text<br/><br/>Phrase list |
146146
| `wuu-CN` | Chinese (Wu, Simplified) | Plain text |
147147
| `yue-CN` | Chinese (Cantonese, Simplified) | Plain text |
148-
| `zh-CN` | Chinese (Mandarin, Simplified) | Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Phrase list |
148+
| `zh-CN` | Chinese (Mandarin, Simplified) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Phrase list |
149149
| `zh-CN-shandong` | Chinese (Jilu Mandarin, Simplified) | Plain text |
150150
| `zh-CN-sichuan` | Chinese (Southwestern Mandarin, Simplified) | Plain text |
151-
| `zh-HK` | Chinese (Cantonese, Traditional) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Output format<br/><br/>Phrase list |
152-
| `zh-TW` | Chinese (Taiwanese Mandarin, Traditional) | Plain text<br/><br/>Phrase list |
151+
| `zh-HK` | Chinese (Cantonese, Traditional) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Output format<br/><br/>Phrase list |
152+
| `zh-TW` | Chinese (Taiwanese Mandarin, Traditional) | Audio + human-labeled transcript<br/><br/>Plain text<br/><br/>Structured text<br/><br/>Phrase list |
153153
| `zu-ZA` | isiZulu (South Africa) | Plain text |
154154

155155
<sup>1</sup> The model is bilingual and also supports English.

articles/ai-services/speech-service/includes/language-support/tts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ms.custom: references_regions
2727
| `ar-SY` | Arabic (Syria) | `ar-SY-AmanyNeural` (Female)<br/>`ar-SY-LaithNeural` (Male) |
2828
| `ar-TN` | Arabic (Tunisia) | `ar-TN-ReemNeural` (Female)<br/>`ar-TN-HediNeural` (Male) |
2929
| `ar-YE` | Arabic (Yemen) | `ar-YE-MaryamNeural` (Female)<br/>`ar-YE-SalehNeural` (Male) |
30-
| `as-IN` | Assamese (India) | `as-IN-PriyomNeural`<sup>2,3</sup> (Male)<br/>`as-IN-YashicaNeural`<sup>2,3</sup> (Female) |
30+
| `as-IN` | Assamese (India) | `as-IN-YashicaNeural`<sup>3</sup> (Female)<br/>`as-IN-PriyomNeural`<sup>3</sup> (Male) |
3131
| `az-AZ` | Azerbaijani (Latin, Azerbaijan) | `az-AZ-BanuNeural`<sup>3</sup> (Female)<br/>`az-AZ-BabekNeural`<sup>3</sup> (Male) |
3232
| `bg-BG` | Bulgarian (Bulgaria) | `bg-BG-KalinaNeural` (Female)<br/>`bg-BG-BorislavNeural` (Male) |
3333
| `bn-BD` | Bangla (Bangladesh) | `bn-BD-NabanitaNeural`<sup>3</sup> (Female)<br/>`bn-BD-PradeepNeural`<sup>3</sup> (Male) |
@@ -46,7 +46,7 @@ ms.custom: references_regions
4646
| `en-GB` | English (United Kingdom) | `en-GB-SoniaNeural` (Female)<br/>`en-GB-RyanNeural` (Male)<br/>`en-GB-LibbyNeural` (Female)<br/>`en-GB-AbbiNeural` (Female)<br/>`en-GB-AlfieNeural` (Male)<br/>`en-GB-BellaNeural` (Female)<br/>`en-GB-ElliotNeural` (Male)<br/>`en-GB-EthanNeural` (Male)<br/>`en-GB-HollieNeural` (Female)<br/>`en-GB-MaisieNeural` (Female, Child)<br/>`en-GB-NoahNeural` (Male)<br/>`en-GB-OliverNeural` (Male)<br/>`en-GB-OliviaNeural` (Female)<br/>`en-GB-ThomasNeural` (Male)<br/>`en-GB-AdaMultilingualNeural`<sup>1,4</sup> (Female)<br/>`en-GB-OllieMultilingualNeural`<sup>1,4</sup> (Male) |
4747
| `en-HK` | English (Hong Kong SAR) | `en-HK-YanNeural` (Female)<br/>`en-HK-SamNeural` (Male) |
4848
| `en-IE` | English (Ireland) | `en-IE-EmilyNeural` (Female)<br/>`en-IE-ConnorNeural` (Male) |
49-
| `en-IN` | English (India) | `en-IN-NeerjaNeural`<sup>1</sup> (Female)<br/>`en-IN-PrabhatNeural` (Male)<br/>`en-IN-AaravNeural`<sup>1</sup> (Male)<br/>`en-IN-AashiNeural`<sup>1</sup> (Female)<br/>`en-IN-AnanyaNeural`<sup>1</sup> (Female)<br/>`en-IN-KavyaNeural`<sup>1</sup> (Female)<br/>`en-IN-KunalNeural`<sup>1</sup> (Male)<br/>`en-IN-RehaanNeural`<sup>1</sup> (Male) |
49+
| `en-IN` | English (India) | `en-IN-AaravNeural` (Male)<br/>`en-IN-AashiNeural` (Female)<br/>`en-IN-AnanyaNeural` (Female)<br/>`en-IN-KavyaNeural` (Female)<br/>`en-IN-KunalNeural` (Male)<br/>`en-IN-NeerjaNeural` (Female)<br/>`en-IN-PrabhatNeural` (Male)<br/>`en-IN-RehaanNeural` (Male) |
5050
| `en-KE` | English (Kenya) | `en-KE-AsiliaNeural` (Female)<br/>`en-KE-ChilembaNeural` (Male) |
5151
| `en-NG` | English (Nigeria) | `en-NG-EzinneNeural` (Female)<br/>`en-NG-AbeoNeural` (Male) |
5252
| `en-NZ` | English (New Zealand) | `en-NZ-MollyNeural` (Female)<br/>`en-NZ-MitchellNeural` (Male) |
@@ -90,7 +90,7 @@ ms.custom: references_regions
9090
| `gl-ES` | Galician | `gl-ES-SabelaNeural`<sup>3</sup> (Female)<br/>`gl-ES-RoiNeural`<sup>3</sup> (Male) |
9191
| `gu-IN` | Gujarati (India) | `gu-IN-DhwaniNeural` (Female)<br/>`gu-IN-NiranjanNeural` (Male) |
9292
| `he-IL` | Hebrew (Israel) | `he-IL-HilaNeural` (Female)<br/>`he-IL-AvriNeural` (Male) |
93-
| `hi-IN` | Hindi (India) | `hi-IN-SwaraNeural`<sup>1</sup> (Female)<br/>`hi-IN-MadhurNeural` (Male)<br/>`hi-IN-AaravNeural`<sup>1</sup> (Male)<br/>`hi-IN-AnanyaNeural`<sup>1</sup> (Female)<br/>`hi-IN-KavyaNeural`<sup>1</sup> (Female)<br/>`hi-IN-KunalNeural`<sup>1</sup> (Male)<br/>`hi-IN-RehaanNeural`<sup>1</sup> (Male) |
93+
| `hi-IN` | Hindi (India) | `hi-IN-AaravNeural` (Male)<br/>`hi-IN-AnanyaNeural` (Female)<br/>`hi-IN-KavyaNeural` (Female)<br/>`hi-IN-KunalNeural` (Male)<br/>`hi-IN-RehaanNeural` (Male)<br/>`hi-IN-SwaraNeural` (Female)<br/>`hi-IN-MadhurNeural` (Male) |
9494
| `hr-HR` | Croatian (Croatia) | `hr-HR-GabrijelaNeural` (Female)<br/>`hr-HR-SreckoNeural` (Male) |
9595
| `hu-HU` | Hungarian (Hungary) | `hu-HU-NoemiNeural` (Female)<br/>`hu-HU-TamasNeural` (Male) |
9696
| `hy-AM` | Armenian (Armenia) | `hy-AM-AnahitNeural`<sup>3</sup> (Female)<br/>`hy-AM-HaykNeural`<sup>3</sup> (Male) |
@@ -120,8 +120,8 @@ ms.custom: references_regions
120120
| `ne-NP` | Nepali (Nepal) | `ne-NP-HemkalaNeural`<sup>3</sup> (Female)<br/>`ne-NP-SagarNeural`<sup>3</sup> (Male) |
121121
| `nl-BE` | Dutch (Belgium) | `nl-BE-DenaNeural` (Female)<br/>`nl-BE-ArnaudNeural` (Male) |
122122
| `nl-NL` | Dutch (Netherlands) | `nl-NL-FennaNeural` (Female)<br/>`nl-NL-MaartenNeural` (Male)<br/>`nl-NL-ColetteNeural` (Female) |
123-
| `or-IN` | Oriya (India) | `or-IN-SubhasiniNeural`<sup>2,3</sup> (Female)<br/>`or-IN-SukantNeural`<sup>2,3</sup> (Male) |
124-
| `pa-IN` | Punjabi (India) | `pa-IN-OjasNeural`<sup>2,3</sup> (Male)<br/>`pa-IN-VaaniNeural`<sup>2,3</sup> (Female) |
123+
| `or-IN` | Oriya (India) | `or-IN-SubhasiniNeural`<sup>3</sup> (Female)<br/>`or-IN-SukantNeural`<sup>3</sup> (Male) |
124+
| `pa-IN` | Punjabi (India) | `pa-IN-OjasNeural`<sup>3</sup> (Male)<br/>`pa-IN-VaaniNeural`<sup>3</sup> (Female) |
125125
| `pl-PL` | Polish (Poland) | `pl-PL-AgnieszkaNeural` (Female)<br/>`pl-PL-MarekNeural` (Male)<br/>`pl-PL-ZofiaNeural` (Female) |
126126
| `ps-AF` | Pashto (Afghanistan) | `ps-AF-LatifaNeural`<sup>3</sup> (Female)<br/>`ps-AF-GulNawazNeural`<sup>3</sup> (Male) |
127127
| `pt-BR` | Portuguese (Brazil) | `pt-BR-FranciscaNeural` (Female)<br/>`pt-BR-AntonioNeural` (Male)<br/>`pt-BR-BrendaNeural` (Female)<br/>`pt-BR-DonatoNeural` (Male)<br/>`pt-BR-ElzaNeural` (Female)<br/>`pt-BR-FabioNeural` (Male)<br/>`pt-BR-GiovannaNeural` (Female)<br/>`pt-BR-HumbertoNeural` (Male)<br/>`pt-BR-JulioNeural` (Male)<br/>`pt-BR-LeilaNeural` (Female)<br/>`pt-BR-LeticiaNeural` (Female)<br/>`pt-BR-ManuelaNeural` (Female)<br/>`pt-BR-NicolauNeural` (Male)<br/>`pt-BR-ThalitaNeural` (Female)<br/>`pt-BR-ValerioNeural` (Male)<br/>`pt-BR-YaraNeural` (Female)<br/>`pt-BR-MacerioMultilingualNeural`<sup>1,4</sup> (Male)<br/>`pt-BR-ThalitaMultilingualNeural`<sup>1,4</sup> (Female) |

0 commit comments

Comments
 (0)