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/how-to-custom-speech-upload-data.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: nitinme
8
8
ms.service: cognitive-services
9
9
ms.subservice: speech-service
10
10
ms.topic: how-to
11
-
ms.date: 05/08/2022
11
+
ms.date: 10/28/2022
12
12
ms.author: eur
13
13
zone_pivot_groups: speech-studio-cli-rest
14
14
---
@@ -30,7 +30,11 @@ To upload your own datasets in Speech Studio, follow these steps:
30
30
1. Select **Custom Speech** > Your project name > **Speech datasets** > **Upload data**.
31
31
1. Select the **Training data** or **Testing data** tab.
32
32
1. Select a dataset type, and then select **Next**.
33
-
1. Specify the dataset location, and then select **Next**. You can choose a local file or enter a remote location such as Azure Blob public access URL.
33
+
1. Specify the dataset location, and then select **Next**. You can choose a local file or enter a remote location such as Azure Blob URL.
34
+
35
+
> [!NOTE]
36
+
> If you use Azure Blob URL, you can ensure maximum security of your dataset files by using trusted Azure services security mechanism. You will use the same techniques as for Batch transcription and plain Storage Account URLs for your dataset files. See details [here](batch-transcription-audio-data.md#trusted-azure-services-security-mechanism).
37
+
34
38
1. Enter the dataset name and description, and then select **Next**.
35
39
1. Review your settings, and then select **Save and close**.
36
40
@@ -47,6 +51,10 @@ To create a dataset and connect it to an existing project, use the `spx csr data
47
51
- Set the `project` parameter to the ID of an existing project. This is recommended so that you can also view and manage the dataset in Speech Studio. You can run the `spx csr project list` command to get available projects.
48
52
- Set the required `kind` parameter. The possible set of values for dataset kind are: Language, Acoustic, Pronunciation, and AudioFiles.
49
53
- Set the required `contentUrl` parameter. This is the location of the dataset.
54
+
55
+
> [!NOTE]
56
+
> If you use Azure Blob URL, you can ensure maximum security of your dataset files by using trusted Azure services security mechanism. You will use the same techniques as for Batch transcription and plain Storage Account URLs for your dataset files. See details [here](batch-transcription-audio-data.md#trusted-azure-services-security-mechanism).
57
+
50
58
- Set the required `language` parameter. The dataset locale must match the locale of the project. The locale can't be changed later. The Speech CLI `language` parameter corresponds to the `locale` property in the JSON request and response.
51
59
- Set the required `name` parameter. This is the name that will be displayed in the Speech Studio. The Speech CLI `name` parameter corresponds to the `displayName` property in the JSON request and response.
52
60
@@ -101,6 +109,10 @@ To create a dataset and connect it to an existing project, use the [CreateDatase
101
109
- Set the `project` property to the URI of an existing project. This is recommended so that you can also view and manage the dataset in Speech Studio. You can make a [GetProjects](https://eastus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetProjects) request to get available projects.
102
110
- Set the required `kind` property. The possible set of values for dataset kind are: Language, Acoustic, Pronunciation, and AudioFiles.
103
111
- Set the required `contentUrl` property. This is the location of the dataset.
112
+
113
+
> [!NOTE]
114
+
> If you use Azure Blob URL, you can ensure maximum security of your dataset files by using trusted Azure services security mechanism. You will use the same techniques as for Batch transcription and plain Storage Account URLs for your dataset files. See details [here](batch-transcription-audio-data.md#trusted-azure-services-security-mechanism).
115
+
104
116
- Set the required `locale` property. The dataset locale must match the locale of the project. The locale can't be changed later.
105
117
- Set the required `displayName` property. This is the name that will be displayed in the Speech Studio.
0 commit comments