Skip to content

Commit 96ced52

Browse files
Merge pull request #3394 from wangkenpu/wake/pronscore
[PronScore] update REST API audio duration limitation
2 parents 3a8f2c5 + 1c9d307 commit 96ced52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/speech-service/regions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The regions in these tables support most of the core features of the Speech serv
249249

250250
# [Scenarios](#tab/scenarios)
251251

252-
| **Region** | **Pronunciation Assessment** | **Speaker recognition** | **Voice assistants** |
252+
| **Region** | **Pronunciation assessment** | **Speaker recognition** | **Voice assistants** |
253253
|-----|-----|-----|-----|
254254
| australiaeast ||| |
255255
| brazilsouth || | |

articles/ai-services/speech-service/rest-speech-to-text-short.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Use cases for the Speech to text REST API for short audio are limited. Use it on
1919

2020
Before you use the Speech to text REST API for short audio, consider the following limitations:
2121

22-
* Requests that use the REST API for short audio and transmit audio directly can contain no more than 60 seconds of audio. The input [audio formats](#audio-formats) are more limited compared to the [Speech SDK](speech-sdk.md).
22+
* Requests that use the REST API for short audio and transmit audio directly can contain no more than 60 seconds of audio. For pronunciation assessment, the audio duration should be no more than 30 seconds. The input [audio formats](#audio-formats) are more limited compared to the [Speech SDK](speech-sdk.md).
2323
* The REST API for short audio returns only final results. It doesn't provide partial results.
2424
* [Speech translation](speech-translation.md) isn't supported via REST API for short audio. You need to use [Speech SDK](speech-sdk.md).
2525
* [Batch transcription](batch-transcription.md) and [custom speech](custom-speech-overview.md) aren't supported via REST API for short audio. You should always use the [Speech to text REST API](rest-speech-to-text.md) for batch transcription and custom speech.

0 commit comments

Comments
 (0)