Skip to content

Commit e9d0ca1

Browse files
Merge branch 'main' into assorted
2 parents d994ca5 + 28d0cff commit e9d0ca1

File tree

1 file changed

+36
-27
lines changed
  • content/en/user-guide/aws/transcribe

1 file changed

+36
-27
lines changed

Diff for: content/en/user-guide/aws/transcribe/index.md

+36-27
Original file line numberDiff line numberDiff line change
@@ -105,32 +105,7 @@ $ jq .results.transcripts[0].transcript 7844aaa5.json
105105
</disable-copy>
106106
{{< / command >}}
107107

108-
## Resource Browser
109-
110-
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.
112-
113-
<img src="transcribe-resource-browser.png" alt="Transcribe Resource Browser" title="Transcribe Resource Browser" width="900" />
114-
<br>
115-
<br>
116-
117-
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
134109

135110
The following input media formats are supported:
136111

@@ -142,25 +117,59 @@ The following input media formats are supported:
142117
- Matroska Video files (MKV)
143118
- Waveform Audio File Format (WAV)
144119

145-
### Supported Languages
120+
## Supported Languages
146121

147122
The following languages and dialects are supported:
148123

149124
| Language | Language Code |
150125
| ---------------- | ------------- |
126+
| Catalan | `ca_ES` |
127+
| Czech | `cs_CZ` |
151128
| German | `de-DE` |
152129
| English, British | `en-GB` |
153130
| English, Indian | `en-IN` |
154131
| English, US | `en-US` |
155132
| Spanish | `es-ES` |
156133
| Farsi | `fa-IR` |
157134
| French | `fr-FR` |
135+
| Gujarati | `gu_IN` |
158136
| Hindi | `hi-IN` |
159137
| Italian | `it-IT` |
160138
| Japan | `ja-JP` |
139+
| Kazakh | `kk-KZ` |
140+
| Korean | `ko-KR` |
161141
| Dutch | `nl-NL` |
142+
| Polish | `pl-PL` |
162143
| Portuguese | `pt-BR` |
163144
| Russian | `ru-RU` |
145+
| Telugu | `te-IN` |
164146
| Turkish | `tr-TR` |
147+
| Ukrainian | `uk-UA` |
148+
| Uzbek | `uz-UZ` |
165149
| Vietnamese | `vi-VN` |
166150
| 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.
156+
157+
<img src="transcribe-resource-browser.png" alt="Transcribe Resource Browser" title="Transcribe Resource Browser" width="900" />
158+
<br>
159+
<br>
160+
161+
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

Comments
 (0)