|
691 | 691 | },
|
692 | 692 | "MediaSampleRateHertz":{
|
693 | 693 | "shape":"MediaSampleRateHertz",
|
694 |
| - "documentation":"<p>The sample rate, in Hertz, of the audio.</p>" |
| 694 | + "documentation":"<p>The sample rate, in Hertz, of the input audio.</p>" |
695 | 695 | },
|
696 | 696 | "MediaFormat":{
|
697 | 697 | "shape":"MediaFormat",
|
|
2578 | 2578 | },
|
2579 | 2579 | "LanguageCode":{
|
2580 | 2580 | "shape":"LanguageCode",
|
2581 |
| - "documentation":"<p>The language code for the language used in the input media file.</p> <p>To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.</p>" |
| 2581 | + "documentation":"<p>The language code for the language used in the input media file. You must include either <code>LanguageCode</code> or <code>IdentifyLanguage</code> in your request.</p> <p>To transcribe speech in Modern Standard Arabic (ar-SA), your audio or video file must be encoded at a sample rate of 16,000 Hz or higher.</p>" |
2582 | 2582 | },
|
2583 | 2583 | "MediaSampleRateHertz":{
|
2584 | 2584 | "shape":"MediaSampleRateHertz",
|
|
2626 | 2626 | },
|
2627 | 2627 | "IdentifyLanguage":{
|
2628 | 2628 | "shape":"Boolean",
|
2629 |
| - "documentation":"<p>Set this field to <code>true</code> to enable automatic language identification. Automatic language identification is disabled by default. You receive a <code>BadRequestException</code> error if you enter a value for a <code>LanguageCode</code>.</p>" |
| 2629 | + "documentation":"<p>Set this field to <code>true</code> to enable automatic language identification. Automatic language identification is disabled by default. You receive a <code>BadRequestException</code> error if you enter a value for a <code>LanguageCode</code>.</p> <p>You must include either <code>LanguageCode</code> or <code>IdentifyLanguage</code> in your request.</p>" |
2630 | 2630 | },
|
2631 | 2631 | "LanguageOptions":{
|
2632 | 2632 | "shape":"LanguageOptions",
|
|
2651 | 2651 | "members":{
|
2652 | 2652 | "TranscriptionJob":{
|
2653 | 2653 | "shape":"TranscriptionJob",
|
2654 |
| - "documentation":"<p>An object containing details of the asynchronous transcription job.</p>" |
| 2654 | + "documentation":"<p>Provides information about your asynchronous transcription job.</p>" |
2655 | 2655 | }
|
2656 | 2656 | }
|
2657 | 2657 | },
|
|
2676 | 2676 | "type":"list",
|
2677 | 2677 | "member":{"shape":"SubtitleFormat"}
|
2678 | 2678 | },
|
| 2679 | + "SubtitleOutputStartIndex":{ |
| 2680 | + "type":"integer", |
| 2681 | + "max":1, |
| 2682 | + "min":0 |
| 2683 | + }, |
2679 | 2684 | "Subtitles":{
|
2680 | 2685 | "type":"structure",
|
2681 | 2686 | "members":{
|
2682 | 2687 | "Formats":{
|
2683 | 2688 | "shape":"SubtitleFormats",
|
2684 |
| - "documentation":"<p>Specify the output format for your subtitle file.</p>" |
| 2689 | + "documentation":"<p>Specify the output format for your subtitle file; if you select both <code>srt</code> and <code>vtt</code> formats, two output files are generated.</p>" |
| 2690 | + }, |
| 2691 | + "OutputStartIndex":{ |
| 2692 | + "shape":"SubtitleOutputStartIndex", |
| 2693 | + "documentation":"<p>Defines the starting value that is assigned to the first subtitle segment.</p> <p>The default start index for Amazon Transcribe is <code>0</code>, which differs from the more widely used standard of <code>1</code>. If you're uncertain which value to use, we recommend choosing <code>1</code>, as this may improve compatibility with other services.</p>" |
2685 | 2694 | }
|
2686 | 2695 | },
|
2687 |
| - "documentation":"<p>Generate subtitles for your batch transcription job.</p>" |
| 2696 | + "documentation":"<p>Generate subtitles for your batch transcription job. Note that your subtitle files are placed in the same location as your transcription output.</p>" |
2688 | 2697 | },
|
2689 | 2698 | "SubtitlesOutput":{
|
2690 | 2699 | "type":"structure",
|
2691 | 2700 | "members":{
|
2692 | 2701 | "Formats":{
|
2693 | 2702 | "shape":"SubtitleFormats",
|
2694 |
| - "documentation":"<p>Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.</p>" |
| 2703 | + "documentation":"<p>The format of your subtitle files. If your request specified both <code>srt</code> and <code>vtt</code> formats, both formats are shown.</p>" |
2695 | 2704 | },
|
2696 | 2705 | "SubtitleFileUris":{
|
2697 | 2706 | "shape":"SubtitleFileUris",
|
2698 | 2707 | "documentation":"<p>Contains the output location for your subtitle file. This location must be an S3 bucket.</p>"
|
| 2708 | + }, |
| 2709 | + "OutputStartIndex":{ |
| 2710 | + "shape":"SubtitleOutputStartIndex", |
| 2711 | + "documentation":"<p>Shows the output start index value for your subtitle files. If you did not specify a value in your request, the default value of <code>0</code> is used.</p>" |
2699 | 2712 | }
|
2700 | 2713 | },
|
2701 |
| - "documentation":"<p>Choose the output format for your subtitle file and the S3 location where you want your file saved.</p>" |
| 2714 | + "documentation":"<p>The S3 location where your subtitle files are located. Note that your subtitle files are placed in the same location as your transcription output. Refer to <code>TranscriptFileUri</code> to download your files.</p>" |
2702 | 2715 | },
|
2703 | 2716 | "Tag":{
|
2704 | 2717 | "type":"structure",
|
|
0 commit comments