Skip to content

Commit 3a2b950

Browse files
committed
semantic segmentation
1 parent 334d833 commit 3a2b950

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ speechConfig->SetProperty(PropertyId::Speech_SegmentationStrategy, "Semantic");
232232
```
233233
234234
Some of the limitations of semantic segmentation are as follows:
235+
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
235236
- Semantic segmentation is only intended for use in [continuous recognition](#continuous-recognition). This includes scenarios such as transcription, dictation, and captioning. It shouldn't be used in the single recognition and dictation mode.
236237
- 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.
237238
- 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
346346
```
347347

348348
Some of the limitations of semantic segmentation are as follows:
349+
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
349350
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription, dictation, and captioning. It shouldn't be used in the single recognition and dictation mode.
350351
- 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.
351352
- 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
249249
```
250250

251251
Some of the limitations of semantic segmentation are as follows:
252+
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
252253
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription, dictation, and captioning. It shouldn't be used in the single recognition and dictation mode.
253254
- 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.
254255
- 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ speech_config.set_property(speechsdk.PropertyId.Speech_SegmentationStrategy, "Se
197197
```
198198

199199
Some of the limitations of semantic segmentation are as follows:
200+
- You need the Speech SDK version 1.41 or later to use semantic segmentation.
200201
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription, dictation, and captioning. It shouldn't be used in the single recognition and dictation mode.
201202
- 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.
202203
- 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)