Skip to content

Commit 58cd62a

Browse files
committed
Grammatical changes
1 parent 2f51e00 commit 58cd62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Use these optional properties to configure transcription:
122122
`AddDiarization`
123123
:::column-end:::
124124
:::column span="2":::
125-
Specifies that diarization analysis should be carried out on the input which is expected to be mono channel containing two voices. Accepted values are `true` enabling diarization and `false` (the default value) to disable it. It also requires `AddWordLevelTimestamps` to be set to true.
125+
Specifies that diarization analysis should be carried out on the input, which is expected to be mono channel containing two voices. Accepted values are `true` enabling diarization and `false` (the default value) to disable it. It also requires `AddWordLevelTimestamps` to be set to true.
126126
:::row-end:::
127127
:::row:::
128128
:::column span="1":::
@@ -298,7 +298,7 @@ You have to customize the sample code with your subscription information, the se
298298

299299
[!code-csharp[Configuration variables for batch transcription](~/samples-cognitive-services-speech-sdk/samples/batch/csharp/program.cs#batchdefinition)]
300300

301-
The sample code sets up the client and submit the transcription request. It then polls for the status information and print details about the transcription progress.
301+
The sample code sets up the client and submits the transcription request. It then polls for the status information and print details about the transcription progress.
302302

303303
[!code-csharp[Code to check batch transcription status](~/samples-cognitive-services-speech-sdk/samples/batch/csharp/program.cs#batchstatus)]
304304

0 commit comments

Comments
 (0)