Skip to content

Commit e5e54f5

Browse files
Merge pull request #248416 from sally-baolian/sally-baolian-patch-1-8
Update csharp.md
2 parents 705360e + 2e02821 commit e5e54f5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/ai-services/speech-service/includes/how-to/speech-synthesis/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: eur
1212

1313
## Select synthesis language and voice
1414

15-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants. Refer to the full [list of supported text to speech locales](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
15+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants. Refer to the full [list of supported text to speech locales](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
1616

1717
Specify the language or voice of [`SpeechConfig`](/cpp/cognitive-services/speech/speechconfig) to match your input text and use the wanted voice:
1818

articles/ai-services/speech-service/includes/how-to/speech-synthesis/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-csharp
1313

1414
## Select synthesis language and voice
1515

16-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
16+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
1717

1818
Specify the language or voice of `SpeechConfig` to match your input text and use the wanted voice:
1919

articles/ai-services/speech-service/includes/how-to/speech-synthesis/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For detailed information about the classes, see the [`SpeechConfig`](https://pkg
280280

281281
## Select synthesis language and voice
282282

283-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
283+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
284284

285285
Specify the language or voice of `SpeechConfig` to match your input text and use the wanted voice:
286286

articles/ai-services/speech-service/includes/how-to/speech-synthesis/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: eur
1313

1414
## Select synthesis language and voice
1515

16-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants.
16+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants.
1717
You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
1818

1919
Specify the language or voice of [`SpeechConfig`](/java/api/com.microsoft.cognitiveservices.speech.speechconfig) to match your input text and use the wanted voice:

articles/ai-services/speech-service/includes/how-to/speech-synthesis/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-js
1313

1414
## Select synthesis language and voice
1515

16-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
16+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
1717

1818
Specify the language or voice of `SpeechConfig` to match your input text and use the wanted voice:
1919

articles/ai-services/speech-service/includes/how-to/speech-synthesis/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: eur
1212

1313
## Select synthesis language and voice
1414

15-
The text to speech feature in the Speech service supports more than 270 voices and more than 110 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
15+
The text to speech feature in the Speech service supports more than 400 voices and more than 140 languages and variants. You can get the [full list](../../../language-support.md?tabs=tts) or try them in the [Voice Gallery](https://speech.microsoft.com/portal/voicegallery).
1616

1717
Specify the language or voice of `SpeechConfig` to match your input text and use the wanted voice:
1818

0 commit comments

Comments
 (0)