Skip to content

Commit a4e4737

Browse files
authored
Merge pull request #102922 from mahilleb-msft/mahilleb-msft-pr/batch-transcription-TranscriptionResultsContainerUrl
[CogSvcs] Speech-Service/batch-transcription.md: tune TranscriptionResultsContainerUrl description
2 parents c7fcb81 + a68859e commit a4e4737

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
@@ -73,7 +73,7 @@ Configuration parameters are provided as JSON:
7373
"AddWordLevelTimestamps" : "True | False",
7474
"AddSentiment" : "True | False",
7575
"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)>"
7777
}
7878
}
7979
```
@@ -89,7 +89,7 @@ Use these optional properties to configure transcription:
8989
| `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. |
9090
| `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. |
9191
| `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.
9393

9494
### Storage
9595

0 commit comments

Comments
 (0)