Skip to content

Commit 4139ab8

Browse files
author
AWS
committed
Amazon Transcribe Service Update: Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US).
1 parent 0f9e36c commit 4139ab8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Transcribe Service",
4+
"contributor": "",
5+
"description": "Amazon Transcribe now supports creating custom language models in the following languages: British English (en-GB), Australian English (en-AU), Indian Hindi (hi-IN), and US Spanish (es-US)."
6+
}

services/transcribe/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,13 @@
452452
"Boolean":{"type":"boolean"},
453453
"CLMLanguageCode":{
454454
"type":"string",
455-
"enum":["en-US"]
455+
"enum":[
456+
"en-US",
457+
"hi-IN",
458+
"es-US",
459+
"en-GB",
460+
"en-AU"
461+
]
456462
},
457463
"ConflictException":{
458464
"type":"structure",

0 commit comments

Comments
 (0)