File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/cognitive-services/Speech-Service Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ Asynchronous speech-to-text transcription is just one of the features. You can u
25
25
| Creates a new transcription. | POST | api/speechtotext/v2.0/transcriptions |
26
26
| Retrieves a list of transcriptions for the authenticated subscription. | GET | api/speechtotext/v2.0/transcriptions |
27
27
| Gets a list of supported locales for offline transcriptions. | GET | api/speechtotext/v2.0/transcriptions/locales |
28
- | Updates the mutable details of the transcription identified by its ID. | PATCH | api/speechtotext/v2.0/transcriptions/{id} |
29
- | Deletes the specified transcription task. | DELETE | api/speechtotext/v2.0/transcriptions/{id} |
30
- | Gets the transcription identified by the given ID. | GET | api/speechtotext/v2.0/transcriptions/{id} |
28
+ | Updates the mutable details of the transcription identified by its ID. | PATCH | api/speechtotext/v2.0/transcriptions/{id} |
29
+ | Deletes the specified transcription task. | DELETE | api/speechtotext/v2.0/transcriptions/{id} |
30
+ | Gets the transcription identified by the given ID. | GET | api/speechtotext/v2.0/transcriptions/{id} |
31
31
32
32
33
33
You can’t perform that action at this time.
0 commit comments