You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Speech-Service/batch-transcription.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Configuration parameters are provided as JSON:
73
73
"AddWordLevelTimestamps" : "True | False",
74
74
"AddSentiment" : "True | False",
75
75
"AddDiarization" : "True | False",
76
-
"TranscriptionResultsContainerUrl" : "<SAS to Azure container to store results into (write permission required)>"
76
+
"TranscriptionResultsContainerUrl" : "<service SAS URI to Azure container to store results into (write permission required)>"
77
77
}
78
78
}
79
79
```
@@ -89,7 +89,7 @@ Use these optional properties to configure transcription:
89
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
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
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 SAS token to a writeable container in Azure. The result will be stored in this container.
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.
0 commit comments