Skip to content

Commit 1825f1a

Browse files
Merge pull request #209901 from eric-urban/patch-1
Update improve-accuracy-phrase-list.md
2 parents 78d23e8 + 21e7022 commit 1825f1a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: umaheshwari
66
ms.service: cognitive-services
77
ms.subservice: speech-service
88
ms.topic: how-to
9-
ms.date: 04/14/2022
9+
ms.date: 09/01/2022
1010
zone_pivot_groups: programming-languages-set-two-with-js-spx
1111
---
1212

@@ -26,15 +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-
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:
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.
35-
36-
> [!TIP]
37-
> You can use phrase lists with both standard and custom speech.
3834

3935
## Try it in Speech Studio
4036

0 commit comments

Comments
 (0)