Skip to content

Commit 36b458f

Browse files
author
AWS
committed
Amazon Transcribe Streaming Service Update: AWS Transcribe now supports real-time transcription for Chinese (zh-CN) and confidence scores in the transcription output.
1 parent a61f89f commit 36b458f

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
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": "AWS Transcribe now supports real-time transcription for Chinese (zh-CN) and confidence scores in the transcription output."
6+
}

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@
7676
"eventpayload":true
7777
}
7878
},
79-
"documentation":"<p>Provides a wrapper for the audio chunks that you are sending.</p>",
79+
"documentation":"<p>Provides a wrapper for the audio chunks that you are sending.</p> <p>For information on audio encoding in Amazon Transcribe, see <a>input</a>. For information on audio encoding formats in Amazon Transcribe Medical, see <a>input-med</a>.</p>",
8080
"event":true
8181
},
8282
"AudioStream":{
8383
"type":"structure",
8484
"members":{
8585
"AudioEvent":{
8686
"shape":"AudioEvent",
87-
"documentation":"<p>A blob of audio from your application. You audio stream consists of one or more audio events. For information on audio encoding formats, see <a>input</a>. For more information on stream encoding, see <a>event-stream</a>.</p>"
87+
"documentation":"<p>A blob of audio from your application. You audio stream consists of one or more audio events.</p> <p>For information on audio encoding formats in Amazon Transcribe, see <a>input</a>. For information on audio encoding formats in Amazon Transcribe Medical, see <a>input-med</a>.</p> <p>For more information on stream encoding in Amazon Transcribe, see <a>event-stream</a>. For information on stream encoding in Amazon Transcribe Medical, see <a>event-stream-med</a>.</p>"
8888
}
8989
},
9090
"documentation":"<p>Represents the audio stream from your application to Amazon Transcribe.</p>",
@@ -147,9 +147,13 @@
147147
"Speaker":{
148148
"shape":"String",
149149
"documentation":"<p>If speaker identification is enabled, shows the speakers identified in the real-time stream.</p>"
150+
},
151+
"Confidence":{
152+
"shape":"Confidence",
153+
"documentation":"<p>A value between 0 and 1 for an item that is a confidence score that Amazon Transcribe assigns to each word or phrase that it transcribes.</p>"
150154
}
151155
},
152-
"documentation":"<p>A word or phrase transcribed from the input audio.</p>"
156+
"documentation":"<p>A word, phrase, or punctuation mark that is transcribed from the input audio.</p>"
153157
},
154158
"ItemList":{
155159
"type":"list",
@@ -175,7 +179,8 @@
175179
"de-DE",
176180
"pt-BR",
177181
"ja-JP",
178-
"ko-KR"
182+
"ko-KR",
183+
"zh-CN"
179184
]
180185
},
181186
"LimitExceededException":{
@@ -284,7 +289,7 @@
284289
"documentation":"<p>If speaker identification is enabled, shows the integer values that correspond to the different speakers identified in the stream. For example, if the value of <code>Speaker</code> in the stream is either a <code>0</code> or a <code>1</code>, that indicates that Amazon Transcribe Medical has identified two speakers in the stream. The value of <code>0</code> corresponds to one speaker and the value of <code>1</code> corresponds to the other speaker.</p>"
285290
}
286291
},
287-
"documentation":"<p>A word or punctuation that is transcribed from the input audio.</p>"
292+
"documentation":"<p>A word, phrase, or punctuation mark that is transcribed from the input audio.</p>"
288293
},
289294
"MedicalItemList":{
290295
"type":"list",

0 commit comments

Comments
 (0)