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-sdk.md
+2-12Lines changed: 2 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,21 +64,11 @@ Several of the Speech SDK programming languages support codec compressed audio i
64
64
65
65
## REST API
66
66
67
-
While the Speech SDK covers many feature capabilities of the Speech Service, for some scenarios you might want to use the REST API. As an example, endpoint management is only exposed via the REST API.
68
-
69
-
> [!TIP]
70
-
> When relying on the REST API, use the Swagger Editor to automatically generate client libraries. For example, to generate a Batch transcription client library.
71
-
> 1. Copy the example URL below:
72
-
> ```http
73
-
> https://westus.cris.ai/docs/v2.0/swagger
74
-
> ```
75
-
> 1. Navigate to the <a href="https://editor.swagger.io/" target="_blank">Swagger Editor <span class="docon docon-navigate-external x-hidden-focus"></span></a>
76
-
> 1. Select **File** > **Import URL** and paste the URL
77
-
> 1. Select **Generate Client** and choose your desired programming language
67
+
While the Speech SDK covers many feature capabilities of the Speech Service, for some scenarios you might want to use the REST API.
78
68
79
69
### Batch transcription
80
70
81
-
[Batch transcription](batch-transcription.md) enables asynchronous speech-to-text transcription of large volumes of data. Batch transcription is only possible from the REST API.
71
+
[Batch transcription](batch-transcription.md) enables asynchronous speech-to-text transcription of large volumes of data. Batch transcription is only possible from the REST API. In addition to converting speech audio to text, batch speech-to-text also allows for diarization and sentiment-analysis.
0 commit comments