Skip to content

Commit ead41fb

Browse files
committed
Add link to Python GitHub code and reference to Transcriptions_Create examples.
1 parent f0fdb88 commit ead41fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ You can query the status of your transcriptions with the [Transcriptions_Get](/r
108108
Call [Transcriptions_Delete](/rest/api/speechtotext/transcriptions/delete)
109109
regularly from the service, after you retrieve the results. Alternatively, set the `timeToLive` property to ensure the eventual deletion of the results.
110110

111+
> [!TIP]
112+
> You can also try the Batch Transcription API using Python on [GitHub](https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/batch/python/python-client/main.py).
113+
114+
111115
::: zone-end
112116

113117
::: zone pivot="speech-cli"
@@ -168,7 +172,7 @@ spx help batch transcription
168172

169173
::: zone pivot="rest-api"
170174

171-
Here are some property options that you can use to configure a transcription when you call the [Transcriptions_Create](/rest/api/speechtotext/transcriptions/create) operation.
175+
Here are some property options to configure a transcription when you call the [Transcriptions_Create](/rest/api/speechtotext/transcriptions/create) operation. You can find more examples on the same page, such as [creating a transcription with language identification](/rest/api/speechtotext/transcriptions/create/#create-a-transcription-with-language-identification).
172176

173177
| Property | Description |
174178
|----------|-------------|

0 commit comments

Comments
 (0)