Skip to content

Commit 05d3e6f

Browse files
committed
Fixing syntax errors
1 parent 141be4f commit 05d3e6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get transcription results, first check the [status](#get-transcription-status
2323

2424
To get the status of the transcription job, call the [Transcriptions_Get](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-1/operations/Transcriptions_Get) operation of the [Speech to text REST API](rest-speech-to-text.md).
2525

26-
[!IMPORTANT]
26+
> [!IMPORTANT]
2727
> Batch transcription jobs are scheduled on a best-effort basis. At pick hours it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned `Running` status the moment it moves to the batch transcription backend system, which happens almost immediately when base model is used, and slightly slower for custom models. Thus the amount of time a transcription job spends in `Running` state doesn't correspond to the actual transcription time, but also includes waiting time in the internal queues.
2828
2929
Make an HTTP GET request using the URI as shown in the following example. Replace `YourTranscriptionId` with your transcription ID, replace `YourSubscriptionKey` with your Speech resource key, and replace `YourServiceRegion` with your Speech resource region.
@@ -77,7 +77,7 @@ The `status` property indicates the current status of the transcriptions. The tr
7777

7878
::: zone pivot="speech-cli"
7979

80-
[!IMPORTANT]
80+
> [!IMPORTANT]
8181
> Batch transcription jobs are scheduled on a best-effort basis. At pick hours it may take up to 30 minutes or longer for a transcription job to start processing. Most of the time during the execution the transcription status will be `Running`. This is because the job is assigned `Running` status the moment it moves to the batch transcription backend system, which happens almost immediately when base model is used, and slightly slower for custom models. Thus the amount of time a transcription job spends in `Running` state doesn't correspond to the actual transcription time, but also includes waiting time in the internal queues.
8282
8383
To get the status of the transcription job, use the `spx batch transcription status` command. Construct the request parameters according to the following instructions:

0 commit comments

Comments
 (0)