Skip to content

Commit 2cbe92b

Browse files
authored
Merge pull request #97616 from wolfma61/15sec
15sec
2 parents cbf8dc0 + a98e95a commit 2cbe92b

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ description: The speech-to-text feature enables real-time transcription of audio
55
services: cognitive-services
66
author: erhopf
77
manager: nitinme
8-
98
ms.service: cognitive-services
109
ms.subservice: speech-service
1110
ms.topic: conceptual
12-
ms.date: 07/05/2019
11+
ms.date: 12/03/2019
1312
ms.author: erhopf
1413
---
1514

@@ -23,22 +22,24 @@ You can easily capture audio from a microphone, read from a stream, or access au
2322

2423
## Core features
2524

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

2827
| Use case | SDK | REST |
2928
|--------- | --- | ---- |
30-
| Transcribe short utterances (<15 seconds). Only supports final transcription result. | Yes | Yes |
29+
| Transcribe short utterances (<15 seconds). Only supports one final transcription result. | Yes | Yes\* |
3130
| 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\*\* |
31+
| Derive intents from recognition results with [LUIS](https://docs.microsoft.com/azure/cognitive-services/luis/what-is-luis). | Yes | No\*\* |
32+
| Batch transcription of audio files asynchronously. | No | Yes\*\*\* |
33+
| Create and manage speech models. | No | Yes\*\*\* |
34+
| Create and manage custom model deployments. | No | Yes\*\*\* |
35+
| Create accuracy tests to measure the accuracy of the baseline model versus custom models. | No | Yes\*\*\* |
36+
| Manage subscriptions. | No | Yes\*\*\* |
37+
38+
\*_Using the REST functionality you can transfer up to 60 seconds of audio and will receive one final transcription result._
3839

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._
40+
\*\*_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._
4041

41-
\*\*_These services are available using the cris.ai endpoint. See [Swagger reference](https://westus.cris.ai/swagger/ui/index)._
42+
\*\*\*_These services are available using the cris.ai endpoint. See [Swagger reference](https://westus.cris.ai/swagger/ui/index)._
4243

4344
## Get started with speech-to-text
4445

0 commit comments

Comments
 (0)