Skip to content

Commit b9bfa3a

Browse files
Merge pull request #208927 from ut-karsh/patch-3
Phrase list custom speech support
2 parents ac0ba14 + e1d8ecb commit b9bfa3a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/cognitive-services/Speech-Service/improve-accuracy-phrase-list.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,17 @@ Examples of phrases include:
2424

2525
Phrase lists are simple and lightweight:
2626
- **Just-in-time**: A phrase list is provided just before starting the speech recognition, eliminating the need to train a custom model.
27-
- **Lightweight**: You don't need a large data set. Simply provide a word or phrase to give it importance.
27+
- **Lightweight**: You don't need a large data set. Simply provide a word or phrase to boost its recognition.
2828

29-
You can use phrase lists with the [Speech Studio](speech-studio-overview.md), [Speech SDK](quickstarts/setup-platform.md), or [Speech Command Line Interface (CLI)](spx-overview.md). The Batch transcription API does not support phrase lists.
29+
You can use phrase lists with the [Speech Studio](speech-studio-overview.md), [Speech SDK](quickstarts/setup-platform.md), or [Speech Command Line Interface (CLI)](spx-overview.md).
3030

3131
There are some situations where [training a custom model](custom-speech-overview.md) that includes phrases is likely the best option to improve accuracy. In these cases you would not use a phrase list:
3232
- If you need to use a large list of phrases. A phrase list shouldn't have more than 500 phrases.
33-
- If you need a phrase list for languages that are not currently supported.
34-
- If you use a custom endpoint. Phrase lists can't be used with custom endpoints.
33+
- If you need a phrase list for languages that are not currently supported.
34+
- If you need to do batch transcription. The Batch transcription API does not support phrase lists.
35+
36+
> [!TIP]
37+
> You can use phrase lists with both standard and custom speech.
3538
3639
## Try it in Speech Studio
3740

0 commit comments

Comments
 (0)