Skip to content

Commit 21e7022

Browse files
authored
Update improve-accuracy-phrase-list.md
1 parent 7e6b1ba commit 21e7022

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ 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.
2727
- **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).
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](batch-transcription.md) doesn't support phrase lists.
3030

31-
You can use phrase lists with both standard and [custom speech](custom-speech-overview.md). There are some situations where training a custom model that includes phrases is likely the best option to improve accuracy. For example, in the following cases you would not use a phrase list:
31+
You can use phrase lists with both standard and [custom speech](custom-speech-overview.md). There are some situations where training a custom model that includes phrases is likely the best option to improve accuracy. For example, in the following cases you would use Custom Speech:
3232
- If you need to use a large list of phrases. A phrase list shouldn't have more than 500 phrases.
3333
- 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.
3534

3635
## Try it in Speech Studio
3736

0 commit comments

Comments
 (0)