You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/speech-to-text.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,10 @@ description: The speech-to-text feature enables real-time transcription of audio
5
5
services: cognitive-services
6
6
author: erhopf
7
7
manager: nitinme
8
-
9
8
ms.service: cognitive-services
10
9
ms.subservice: speech-service
11
10
ms.topic: conceptual
12
-
ms.date: 07/05/2019
11
+
ms.date: 12/03/2019
13
12
ms.author: erhopf
14
13
---
15
14
@@ -23,22 +22,24 @@ You can easily capture audio from a microphone, read from a stream, or access au
23
22
24
23
## Core features
25
24
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:
27
26
28
27
| Use case | SDK | REST |
29
28
|--------- | --- | ---- |
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\*|
31
30
| 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._
38
39
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._
40
41
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)._
0 commit comments