Skip to content

Commit e78b1e6

Browse files
committed
edit
1 parent 3a2b950 commit e78b1e6

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
@@ -233,6 +233,6 @@ speechConfig->SetProperty(PropertyId::Speech_SegmentationStrategy, "Semantic");
233233
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.
236-
- 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.
236+
- Semantic segmentation is only intended for use in [continuous recognition](#continuous-recognition). This includes scenarios such as transcription and captioning. It shouldn't be used in the single recognition and dictation mode.
237237
- 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.
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
@@ -347,6 +347,6 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
347347

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.
350-
- 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.
350+
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription and captioning. It shouldn't be used in the single recognition and dictation mode.
351351
- 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.
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
@@ -250,6 +250,6 @@ speechConfig.SetProperty(PropertyId.Speech_SegmentationStrategy, "Semantic");
250250

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.
253-
- 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.
253+
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription and captioning. It shouldn't be used in the single recognition and dictation mode.
254254
- 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.
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
@@ -198,6 +198,6 @@ speech_config.set_property(speechsdk.PropertyId.Speech_SegmentationStrategy, "Se
198198

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.
201-
- 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.
201+
- Semantic segmentation is only intended for use in [continuous recognition](#use-continuous-recognition). This includes scenarios such as transcription and captioning. It shouldn't be used in the single recognition and dictation mode.
202202
- 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.
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)