Skip to content

Commit a3d9e5c

Browse files
Merge pull request #3046 from eric-urban/eur/segmentation-update
remove locales limitation note
2 parents 1a76065 + 32a66d4 commit a3d9e5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,5 @@ speechConfig->SetProperty(PropertyId::Speech_SegmentationStrategy, "Semantic");
234234
Some of the limitations of semantic segmentation are as follows:
235235
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
236236
- Semantic segmentation is only intended for use in [continuous recognition](#continuous-recognition). This includes scenarios such as dictation and captioning. It shouldn't be used in the single recognition mode or interactive scenarios.
237-
- Semantic segmentation isn't available for all languages and locales. Currently, semantic segmentation is only available for English (en) locales such as en-US, en-GB, en-IN, and en-AU.
237+
- Semantic segmentation isn't available for all languages and locales.
238238
- Semantic segmentation doesn't yet support confidence scores and NBest lists. As such, we don't recommend semantic segmentation if you're using confidence scores or NBest lists.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,5 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
348348
Some of the limitations of semantic segmentation are as follows:
349349
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
350350
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as dictation and captioning. It shouldn't be used in the single recognition mode or interactive scenarios.
351-
- Semantic segmentation isn't available for all languages and locales. Currently, semantic segmentation is only available for English (en) locales such as en-US, en-GB, en-IN, and en-AU.
351+
- Semantic segmentation isn't available for all languages and locales.
352352
- Semantic segmentation doesn't yet support confidence scores and NBest lists. As such, we don't recommend semantic segmentation if you're using confidence scores or NBest lists.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
251251
Some of the limitations of semantic segmentation are as follows:
252252
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
253253
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as dictation and captioning. It shouldn't be used in the single recognition mode or interactive scenarios.
254-
- Semantic segmentation isn't available for all languages and locales. Currently, semantic segmentation is only available for English (en) locales such as en-US, en-GB, en-IN, and en-AU.
254+
- Semantic segmentation isn't available for all languages and locales.
255255
- Semantic segmentation doesn't yet support confidence scores and NBest lists. As such, we don't recommend semantic segmentation if you're using confidence scores or NBest lists.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ speech_config.set_property(speechsdk.PropertyId.Speech_SegmentationStrategy, "Se
199199
Some of the limitations of semantic segmentation are as follows:
200200
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
201201
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as dictation and captioning. It shouldn't be used in the single recognition mode or interactive scenarios.
202-
- Semantic segmentation isn't available for all languages and locales. Currently, semantic segmentation is only available for English (en) locales such as en-US, en-GB, en-IN, and en-AU.
202+
- Semantic segmentation isn't available for all languages and locales.
203203
- Semantic segmentation doesn't yet support confidence scores and NBest lists. As such, we don't recommend semantic segmentation if you're using confidence scores or NBest lists.

0 commit comments

Comments
 (0)