Skip to content

Commit

Permalink
Updated service models and regenerated (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Dec 23, 2019
1 parent 663d228 commit 78dee39
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 367 deletions.
7 changes: 4 additions & 3 deletions models/apis/transcribe-streaming/2017-10-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
"ItemType":{
"type":"string",
"enum":[
"PRONUNCIATION",
"PUNCTUATION"
"pronunciation",
"punctuation"
]
},
"LanguageCode":{
Expand All @@ -112,7 +112,8 @@
"en-GB",
"es-US",
"fr-CA",
"fr-FR"
"fr-FR",
"en-AU"
]
},
"LimitExceededException":{
Expand Down
8 changes: 4 additions & 4 deletions models/apis/transcribe-streaming/2017-10-26/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Boolean": {
"base": null,
"refs": {
"Result$IsPartial": "<p> <code>true</code> to indicate that Amazon Transcribe has additional transcription data to send, <code>false</code> to indicate that this is the last transcription result for the audio stream.</p>"
"Result$IsPartial": "<p>Amazon Transcribe divides the incoming audio stream into segments at natural points in the audio. Transcription results are returned based on these segments. </p> <p>The <code>IsPartial</code> field is <code>true</code> to indicate that Amazon Transcribe has additional transcription data to send, <code>false</code> to indicate that this is the last transcription result for the segment.</p>"
}
},
"ConflictException": {
Expand All @@ -58,8 +58,8 @@
"refs": {
"Item$StartTime": "<p>The offset from the beginning of the audio stream to the beginning of the audio that resulted in the item.</p>",
"Item$EndTime": "<p>The offset from the beginning of the audio stream to the end of the audio that resulted in the item.</p>",
"Result$StartTime": "<p>The offset in milliseconds from the beginning of the audio stream to the beginning of the result.</p>",
"Result$EndTime": "<p>The offset in milliseconds from the beginning of the audio stream to the end of the result.</p>"
"Result$StartTime": "<p>The offset in seconds from the beginning of the audio stream to the beginning of the result.</p>",
"Result$EndTime": "<p>The offset in seconds from the beginning of the audio stream to the end of the result.</p>"
}
},
"InternalFailureException": {
Expand Down Expand Up @@ -89,7 +89,7 @@
"LanguageCode": {
"base": null,
"refs": {
"StartStreamTranscriptionRequest$LanguageCode": "<p>Indicates the language used in the input audio stream.</p>",
"StartStreamTranscriptionRequest$LanguageCode": "<p>Indicates the source language used in the input audio stream.</p>",
"StartStreamTranscriptionResponse$LanguageCode": "<p>The language code for the input audio stream.</p>"
}
},
Expand Down
Loading

0 comments on commit 78dee39

Please sign in to comment.