Skip to content

Commit 80cc20b

Browse files
author
AWS
committed
Amazon Transcribe Service Update: Amazon Transcribe now supports custom language models, which can improve transcription accuracy for your specific use case.
1 parent f62d187 commit 80cc20b

File tree

3 files changed

+373
-68
lines changed

3 files changed

+373
-68
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Transcribe Service",
4+
"description": "Amazon Transcribe now supports custom language models, which can improve transcription accuracy for your specific use case."
5+
}

services/transcribe/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"pagination": {
3+
"ListLanguageModels": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
38
"ListMedicalTranscriptionJobs": {
49
"input_token": "NextToken",
510
"output_token": "NextToken",

0 commit comments

Comments
 (0)