Skip to content

Commit f3f92e7

Browse files
authored
Merge pull request #110261 from oscholz/patch-12
Changed the batch section
2 parents 76d2429 + 74bcaf3 commit f3f92e7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

articles/cognitive-services/Speech-Service/speech-sdk.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,11 @@ Several of the Speech SDK programming languages support codec compressed audio i
6464

6565
## REST API
6666

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.
7868

7969
### Batch transcription
8070

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.
8272

8373
## Customization
8474

0 commit comments

Comments
 (0)