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
The LocalStack Web Application provides a Resource Browser for managing Transcribe Transcription Jobs.
111
-
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **Transcribe Service** under the **Machine Learning** section.
The Resource Browser allows you to perform the following actions:
118
-
119
-
-**Create Transcription Job**: Create a new transcription job by clicking on the **Create Transcription Job** button, and then providing the required details.
120
-
-**View Transcription Job**: View the details of a specific transcription job by clicking on the job in the list.
121
-
-**Delete Transcription Job**: Delete the transcription job by clicking on the **Actions** button followed by **Remove Selected** button.
122
-
123
-
## Examples
124
-
125
-
The following code snippets and sample applications provide practical examples of how to use Transcribe in LocalStack for various use cases:
126
-
127
-
-[Serverless Transcription App using Transcribe, S3, Lambda, SQS, SES](https://github.com/localstack-samples/sample-serverless-transcribe)
128
-
129
-
## Current Limitations
130
-
131
-
Currently, our Transcribe emulation offers only supported formats and languages.
132
-
133
-
### Supported Formats
108
+
## Audio Formats
134
109
135
110
The following input media formats are supported:
136
111
@@ -142,25 +117,59 @@ The following input media formats are supported:
142
117
- Matroska Video files (MKV)
143
118
- Waveform Audio File Format (WAV)
144
119
145
-
###Supported Languages
120
+
## Supported Languages
146
121
147
122
The following languages and dialects are supported:
148
123
149
124
| Language | Language Code |
150
125
| ---------------- | ------------- |
126
+
| Catalan |`ca_ES`|
127
+
| Czech |`cs_CZ`|
151
128
| German |`de-DE`|
152
129
| English, British |`en-GB`|
153
130
| English, Indian |`en-IN`|
154
131
| English, US |`en-US`|
155
132
| Spanish |`es-ES`|
156
133
| Farsi |`fa-IR`|
157
134
| French |`fr-FR`|
135
+
| Gujarati |`gu_IN`|
158
136
| Hindi |`hi-IN`|
159
137
| Italian |`it-IT`|
160
138
| Japan |`ja-JP`|
139
+
| Kazakh |`kk-KZ`|
140
+
| Korean |`ko-KR`|
161
141
| Dutch |`nl-NL`|
142
+
| Polish |`pl-PL`|
162
143
| Portuguese |`pt-BR`|
163
144
| Russian |`ru-RU`|
145
+
| Telugu |`te-IN`|
164
146
| Turkish |`tr-TR`|
147
+
| Ukrainian |`uk-UA`|
148
+
| Uzbek |`uz-UZ`|
165
149
| Vietnamese |`vi-VN`|
166
150
| Chinese |`zh-CN`|
151
+
152
+
## Resource Browser
153
+
154
+
The LocalStack Web Application provides a Resource Browser for managing Transcribe Transcription Jobs.
155
+
You can access the Resource Browser by opening the LocalStack Web Application in your browser, navigating to the **Resource Browser** section, and then clicking on **Transcribe Service** under the **Machine Learning** section.
The Resource Browser allows you to perform the following actions:
162
+
163
+
-**Create Transcription Job**: Create a new transcription job by clicking on the **Create Transcription Job** button, and then providing the required details.
164
+
-**View Transcription Job**: View the details of a specific transcription job by clicking on the job in the list.
165
+
-**Delete Transcription Job**: Delete the transcription job by clicking on the **Actions** button followed by **Remove Selected** button.
166
+
167
+
## Examples
168
+
169
+
The following code snippets and sample applications provide practical examples of how to use Transcribe in LocalStack for various use cases:
170
+
171
+
-[Serverless Transcription App using Transcribe, S3, Lambda, SQS, SES](https://github.com/localstack-samples/sample-serverless-transcribe)
172
+
173
+
## Limitations
174
+
175
+
Transcribe does not support speaker diarization and does not produce certain other numerical information, like confidence levels.
0 commit comments