|
151 | 151 | "Confidence":{
|
152 | 152 | "shape":"Confidence",
|
153 | 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>"
|
| 154 | + }, |
| 155 | + "Stable":{ |
| 156 | + "shape":"Stable", |
| 157 | + "documentation":"<p>If partial result stabilization has been enabled, indicates whether the word or phrase in the item is stable. If <code>Stable</code> is <code>true</code>, the result is stable.</p>" |
154 | 158 | }
|
155 | 159 | },
|
156 | 160 | "documentation":"<p>A word, phrase, or punctuation mark that is transcribed from the input audio.</p>"
|
|
370 | 374 | "type":"integer",
|
371 | 375 | "min":2
|
372 | 376 | },
|
| 377 | + "PartialResultsStability":{ |
| 378 | + "type":"string", |
| 379 | + "enum":[ |
| 380 | + "high", |
| 381 | + "medium", |
| 382 | + "low" |
| 383 | + ] |
| 384 | + }, |
373 | 385 | "RequestId":{"type":"string"},
|
374 | 386 | "Result":{
|
375 | 387 | "type":"structure",
|
|
431 | 443 | "UROLOGY"
|
432 | 444 | ]
|
433 | 445 | },
|
| 446 | + "Stable":{"type":"boolean"}, |
434 | 447 | "StartMedicalStreamTranscriptionRequest":{
|
435 | 448 | "type":"structure",
|
436 | 449 | "required":[
|
|
666 | 679 | "documentation":"<p>The number of channels that are in your audio stream.</p>",
|
667 | 680 | "location":"header",
|
668 | 681 | "locationName":"x-amzn-transcribe-number-of-channels"
|
| 682 | + }, |
| 683 | + "EnablePartialResultsStabilization":{ |
| 684 | + "shape":"Boolean", |
| 685 | + "documentation":"<p>When <code>true</code>, instructs Amazon Transcribe to present transcription results that have the partial results stabilized. Normally, any word or phrase from one partial result can change in a subsequent partial result. With partial results stabilization enabled, only the last few words of one partial result can change in another partial result.</p>", |
| 686 | + "location":"header", |
| 687 | + "locationName":"x-amzn-transcribe-enable-partial-results-stabilization" |
| 688 | + }, |
| 689 | + "PartialResultsStability":{ |
| 690 | + "shape":"PartialResultsStability", |
| 691 | + "documentation":"<p>You can use this field to set the stability level of the transcription results. A higher stability level means that the transcription results are less likely to change. Higher stability levels can come with lower overall transcription accuracy.</p>", |
| 692 | + "location":"header", |
| 693 | + "locationName":"x-amzn-transcribe-partial-results-stability" |
669 | 694 | }
|
670 | 695 | },
|
671 | 696 | "payload":"AudioStream"
|
|
742 | 767 | "documentation":"<p>The number of channels identified in the stream.</p>",
|
743 | 768 | "location":"header",
|
744 | 769 | "locationName":"x-amzn-transcribe-number-of-channels"
|
| 770 | + }, |
| 771 | + "EnablePartialResultsStabilization":{ |
| 772 | + "shape":"Boolean", |
| 773 | + "documentation":"<p>Shows whether partial results stabilization has been enabled in the stream.</p>", |
| 774 | + "location":"header", |
| 775 | + "locationName":"x-amzn-transcribe-enable-partial-results-stabilization" |
| 776 | + }, |
| 777 | + "PartialResultsStability":{ |
| 778 | + "shape":"PartialResultsStability", |
| 779 | + "documentation":"<p>If partial results stabilization has been enabled in the stream, shows the stability level.</p>", |
| 780 | + "location":"header", |
| 781 | + "locationName":"x-amzn-transcribe-partial-results-stability" |
745 | 782 | }
|
746 | 783 | },
|
747 | 784 | "payload":"TranscriptResultStream"
|
|
0 commit comments