Skip to content

Commit 202caf0

Browse files
author
Wolfgang Manousek
committed
change rest audio length to 60 seconds
1 parent 41ffd85 commit 202caf0

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

articles/cognitive-services/Speech-Service/speech-to-text.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,24 @@ You can easily capture audio from a microphone, read from a stream, or access au
2323

2424
## Core features
2525

26-
Here are the features available via the Speech SDK and REST APIs:
26+
Here is the features available via the Speech SDK and REST APIs:
2727

2828
| Use case | SDK | REST |
2929
|--------- | --- | ---- |
30-
| Transcribe short utterances (<15 seconds). Only supports final transcription result. | Yes | Yes |
30+
| Transcribe short utterances (<15 seconds). Only supports one final transcription result. | Yes | Yes\* |
3131
| Continuous transcription of long utterances and streaming audio (>15 seconds). Supports interim and final transcription results. | Yes | No |
32-
| Derive intents from recognition results with [LUIS](https://docs.microsoft.com/azure/cognitive-services/luis/what-is-luis). | Yes | No\* |
33-
| Batch transcription of audio files asynchronously. | No | Yes\*\* |
34-
| Create and manage speech models. | No | Yes\*\* |
35-
| Create and manage custom model deployments. | No | Yes\*\* |
36-
| Create accuracy tests to measure the accuracy of the baseline model versus custom models. | No | Yes\*\* |
37-
| Manage subscriptions. | No | Yes\*\* |
32+
| Derive intents from recognition results with [LUIS](https://docs.microsoft.com/azure/cognitive-services/luis/what-is-luis). | Yes | No\*\* |
33+
| Batch transcription of audio files asynchronously. | No | Yes\*\*\* |
34+
| Create and manage speech models. | No | Yes\*\*\* |
35+
| Create and manage custom model deployments. | No | Yes\*\*\* |
36+
| Create accuracy tests to measure the accuracy of the baseline model versus custom models. | No | Yes\*\*\* |
37+
| Manage subscriptions. | No | Yes\*\*\* |
3838

39-
\*_LUIS intents and entities can be derived using a separate LUIS subscription. With this subscription, the SDK can call LUIS for you and provide entity and intent results. With the REST API, you can call LUIS yourself to derive intents and entities with your LUIS subscription._
39+
\*_Using the REST functionality you can transfer up to 60 seconds of audio and will receive one final transcription result.
4040

41-
\*\*_These services are available using the cris.ai endpoint. See [Swagger reference](https://westus.cris.ai/swagger/ui/index)._
41+
\*\*_LUIS intents and entities can be derived using a separate LUIS subscription. With this subscription, the SDK calls LUIS for you and provide entity and intent results. With the REST API, you call LUIS yourself to derive intents and entities with your LUIS subscription._
42+
43+
\*\*\*_These services are available using the cris.ai endpoint. See [Swagger reference](https://westus.cris.ai/swagger/ui/index)._
4244

4345
## Get started with speech-to-text
4446

0 commit comments

Comments
 (0)