Skip to content

Commit 8da279d

Browse files
committed
Adjusting Style
1 parent 3650f09 commit 8da279d

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
@@ -32,7 +32,7 @@ Asynchronous speech-to-text transcription is just one of the features. You can u
3232

3333

3434

35-
You can review and test the detailed API which is available as a [Swagger document](https://westus.cris.ai/swagger/ui/index#/Custom%20Speech%20transcriptions%3A), under the heading `Custom Speech transcriptions`.
35+
You can review and test the detailed API, which is available as a [Swagger document](https://westus.cris.ai/swagger/ui/index#/Custom%20Speech%20transcriptions%3A), under the heading `Custom Speech transcriptions`.
3636

3737
Batch transcription jobs are scheduled on a best effort basis. Currently there is no estimate for when a job changes into the running state. Under normal system load, it should happen within minutes. Once in the running state, the actual transcription is processed faster than the audio real time.
3838

@@ -218,7 +218,7 @@ The result contains these forms:
218218
| `Lexical` | The actual words recognized. |
219219
| `ITN` | Inverse-text-normalized form of the recognized text. Abbreviations ("doctor smith" to "dr smith"), phone numbers, and other transformations are applied. |
220220
| `MaskedITN` | The ITN form with profanity masking applied. |
221-
| `Display` | The display form of the recognized text. This includes added punctuation and capitalization. |
221+
| `Display` | The display form of the recognized text. Added punctuation and capitalization are included. |
222222

223223
## Speaker separation (Diarization)
224224

0 commit comments

Comments
 (0)