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/ai-services/speech-service/bring-your-own-storage-speech-resource-speech-to-text.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ BYOS-associated Storage account stores the following data:
42
42
43
43
**Custom Speech**
44
44
- Source files of datasets for model training and testing (optional)
45
-
- All data and metadata related to Custom models hosted by the BYOS-enabled Speech resource
45
+
- All data and metadata related to Custom models hosted by the BYOS-enabled Speech resource (including copies of datasets for model training and testing)
46
46
47
47
## Batch transcription
48
48
@@ -57,7 +57,16 @@ Perform these steps to execute Batch transcription with BYOS-enabled Speech reso
57
57
>
58
58
> If you use `destinationContainerUrl` parameter, it will work, but provide significantly less security for your data, because of ad hoc SAS usage. See details [here](batch-transcription-create.md#destination-container-url).
59
59
60
-
1. When transcription is complete, get transcription results according to [this guide](batch-transcription-get.md) or directly in the `TranscriptionData` folder of `customspeech-artifacts` Blob container in the BYOS-associated Storage account.
60
+
1. When transcription is complete, get transcription results according to [this guide](batch-transcription-get.md). Consider using `sasValidityInSeconds` parameter (see the following section).
61
+
62
+
Speech service uses `customspeech-artifacts` Blob container in the BYOS-associated Storage account for storing intermediate and final transcription results.
63
+
64
+
> [!CAUTION]
65
+
> Speech service relies on pre-defined Blob container paths and file names for Batch transcription module to correctly function. Don't move, rename or in any way alter the contents of `customspeech-artifacts` container.
66
+
>
67
+
> Failure to do so very likely will result in hard to debug 4xx and 5xx Service errors.
68
+
>
69
+
> Use standard tools to interact with Batch transcription. See details in [Batch transcription section](batch-transcription.md).
61
70
62
71
### Get Batch transcription results via REST API
63
72
@@ -122,14 +131,15 @@ There's nothing specific about how you use Custom Speech with BYOS-enabled Speec
122
131
123
132
-`customspeech-models` - Location of Custom Speech models
124
133
-`customspeech-artifacts` - Location of all other Custom Speech related data
125
-
- Custom Speech data is located in all subfolders of the container, except for `TranscriptionData`. This subfolder contains Batch transcription results.
134
+
135
+
Note that the Blob container structure is provided for your information only and subject to change without a notice.
126
136
127
137
> [!CAUTION]
128
138
> Speech service relies on pre-defined Blob container paths and file names for Custom Speech module to correctly function. Don't move, rename or in any way alter the contents of `customspeech-models` container and Custom Speech related folders of `customspeech-artifacts` container.
129
139
>
130
140
> Failure to do so very likely will result in hard to debug errors and may lead to the necessity of custom model retraining.
131
141
>
132
-
> Use standard tools, like REST API and Speech Studio to interact with the Custom Speech related data. See detail in [Custom Speech section](custom-speech-overview.md).
142
+
> Use standard tools, like REST API and Speech Studio to interact with the Custom Speech related data. See details in [Custom Speech section](custom-speech-overview.md).
0 commit comments