Skip to content

Commit eb8c7e8

Browse files
author
AWS
committed
Amazon Transcribe Streaming Service Update: With this release, Amazon Transcribe now supports real-time transcription from audio sources in Italian (it-IT) and German(de-DE).
1 parent f14412f commit eb8c7e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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 Streaming Service",
4+
"contributor": "",
5+
"description": "With this release, Amazon Transcribe now supports real-time transcription from audio sources in Italian (it-IT) and German(de-DE)."
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,9 @@
152152
"es-US",
153153
"fr-CA",
154154
"fr-FR",
155-
"en-AU"
155+
"en-AU",
156+
"it-IT",
157+
"de-DE"
156158
]
157159
},
158160
"LimitExceededException":{

0 commit comments

Comments
 (0)