Skip to content

Commit c4ffa48

Browse files
author
AWS
committed
Amazon Transcribe Service Update: Amazon Transcribe now supports creating custom language models in the following languages: Japanese (ja-JP) and German (de-DE).
1 parent 02b6b4c commit c4ffa48

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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: Japanese (ja-JP) and German (de-DE)."
6+
}

services/transcribe/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,9 @@
671671
"hi-IN",
672672
"es-US",
673673
"en-GB",
674-
"en-AU"
674+
"en-AU",
675+
"de-DE",
676+
"ja-JP"
675677
]
676678
},
677679
"CallAnalyticsJob":{

0 commit comments

Comments
 (0)