Skip to content

Commit 4d4ca6b

Browse files
committed
resolved reviewer feedback
1 parent 7996239 commit 4d4ca6b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Follow these steps to assign the **Storage Blob Data Reader** role to the manage
200200
1. Select **Managed identity** under **Members** > **Assign access to**.
201201
1. Assign the managed identity of your Speech resource and then select **Review + assign**.
202202
203-
:::image type="content" source="media/storage/storage-iam-managed-role.png" alt-text="Screenshot of the managed role assignment review.":::
203+
:::image type="content" source="media/storage/storage-identity-access-management-role.png" alt-text="Screenshot of the managed role assignment review.":::
204204
205205
1. After confirming the settings, select **Review + assign**
206206
@@ -242,7 +242,7 @@ Follow these steps to generate a SAS URL that you can use for batch transcriptio
242242
1. Select **+ Container**.
243243
1. Select **Read** and **List** for **Permissions**.
244244

245-
:::image type="content" source="media/storage/storage-container-sas.png" alt-text="Screenshot of the container SAS URI permissions.":::
245+
:::image type="content" source="media/storage/storage-container-shared-access-signature.png" alt-text="Screenshot of the container SAS URI permissions.":::
246246

247247
1. Enter the start and expiry times for the SAS URI, or leave the defaults.
248248
1. Select **Generate SAS token and URL**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Depending in part on the request parameters set when you created the transcripti
347347
|`displayPhraseElements`|A list of results with display text for each word of the phrase. The `displayFormWordLevelTimestampsEnabled` request property must be set to `true`, otherwise this property is not present.<br/><br/>**Note**: This property is only available with speech-to-text REST API version 3.1.|
348348
|`duration`|The audio duration, ISO 8601 encoded duration.|
349349
|`durationInTicks`|The audio duration in ticks (1 tick is 100 nanoseconds).|
350-
|`itn`|The inverse text normalized (ITN) form of the recognized text. Abbreviations such as "doctor smith" to "dr smith", phone numbers, and other transformations are applied.|
350+
|`itn`|The inverse text normalized (ITN) form of the recognized text. Abbreviations such as "Doctor Smith" to "Dr Smith", phone numbers, and other transformations are applied.|
351351
|`lexical`|The actual words recognized.|
352352
|`locale`|The locale identified from the input the audio. The `languageIdentification` request property must be set to `true`, otherwise this property is not present.<br/><br/>**Note**: This property is only available with speech-to-text REST API version 3.1.|
353353
|`maskedITN`|The ITN form with profanity masking applied.|

0 commit comments

Comments
 (0)