Skip to content

Commit b62dce8

Browse files
author
Wolfgang Manousek
committed
update table format to row-format to work around bad table formatting on doc page, added default value for PunctiationMode
1 parent d3d74d2 commit b62dce8

File tree

1 file changed

+49
-8
lines changed

1 file changed

+49
-8
lines changed

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

Lines changed: 49 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,55 @@ Configuration parameters are provided as JSON:
8282

8383
Use these optional properties to configure transcription:
8484

85-
| Parameter | Description |
86-
|-----------|-------------|
87-
| `ProfanityFilterMode` | Specifies how to handle profanity in recognition results. Accepted values are `None` which disables profanity filtering, `Masked` which replaces profanity with asterisks, `Removed` which removes all profanity from the result, or `Tags` which adds "profanity" tags. The default setting is `Masked`. |
88-
| `PunctuationMode` | Specifies how to handle punctuation in recognition results. Accepted values are `None` which disables punctuation, `Dictated` which implies explicit punctuation, `Automatic` which lets the decoder deal with punctuation, or `DictatedAndAutomatic` which implies dictated punctuation marks or automatic. |
89-
| `AddWordLevelTimestamps` | Specifies if word level timestamps should be added to the output. Accepted values are `true` which enables word level timestamps and `false` (the default value) to disable it. |
90-
| `AddSentiment` | Specifies sentiment should be added to the utterance. Accepted values are `true` which enables sentiment per utterance and `false` (the default value) to disable it. |
91-
| `AddDiarization` | 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` which enables diarization and `false` (the default value) to disable it. It also requires `AddWordLevelTimestamps` to be set to true.|
92-
|`TranscriptionResultsContainerUrl`|Optional URL with [service SAS](../../storage/common/storage-sas-overview.md) to a writeable container in Azure. The result will be stored in this container.
85+
:::row:::
86+
:::column span="1":::
87+
**Parameter**
88+
:::column-end:::
89+
:::column span="2":::
90+
**Description**
91+
:::row-end:::
92+
:::row:::
93+
:::column span="1":::
94+
`ProfanityFilterMode`
95+
:::column-end:::
96+
:::column span="2":::
97+
Specifies how to handle profanity in recognition results. Accepted values are `None` to disable profanity filtering, `Masked` to replace profanity with asterisks, `Removed` to remove all profanity from the result, or `Tags` to add "profanity" tags. The default setting is `Masked`.
98+
:::row-end:::
99+
:::row:::
100+
:::column span="1":::
101+
`PunctuationMode`
102+
:::column-end:::
103+
:::column span="2":::
104+
Specifies how to handle punctuation in recognition results. Accepted values are `None` to disable punctuation, `Dictated` to imply explicit (spoken) punctuation, `Automatic` to let the decoder deal with punctuation, or `DictatedAndAutomatic` to use dictated and automatic punctuation. The default setting is `DictatedAndAutomatic`.
105+
:::row-end:::
106+
:::row:::
107+
:::column span="1":::
108+
`AddWordLevelTimestamps`
109+
:::column-end:::
110+
:::column span="2":::
111+
Specifies if word level timestamps should be added to the output. Accepted values are `true` to enable word level timestamps and `false` (the default value) to disable it.
112+
:::row-end:::
113+
:::row:::
114+
:::column span="1":::
115+
`AddSentiment`
116+
:::column-end:::
117+
:::column span="2":::
118+
Specifies sentiment should be added to the utterance. Accepted values are `true` to enable sentiment per utterance and `false` (the default value) to disable it.
119+
:::row-end:::
120+
:::row:::
121+
:::column span="1":::
122+
`AddDiarization`
123+
:::column-end:::
124+
:::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.
126+
:::row-end:::
127+
:::row:::
128+
:::column span="1":::
129+
`TranscriptionResultsContainerUrl`
130+
:::column-end:::
131+
:::column span="2":::
132+
Optional URL with [service SAS](../../storage/common/storage-sas-overview.md) to a writeable container in Azure. The result will be stored in this container.
133+
:::row-end:::
93134

94135
### Storage
95136

0 commit comments

Comments
 (0)