@@ -51,7 +51,7 @@ public class StartTranscriptionJobRequest extends AmazonWebServiceRequest implem
5151
5252 /**
5353 * <p>
54- * The sample rate, in Hertz, of the audio track in the input media file.
54+ * The sample rate of the audio track in the input media file in Hertz .
5555 * </p>
5656 * <p>
5757 * If you do not specify the media sample rate, Amazon Transcribe determines
@@ -71,6 +71,14 @@ public class StartTranscriptionJobRequest extends AmazonWebServiceRequest implem
7171 * The format of the input media file.
7272 * </p>
7373 * <p>
74+ * If you do not specify the format of the media file, Amazon Transcribe
75+ * determines the format. If the format is not recognized, Amazon Transcribe
76+ * returns an <code>InternalFailureException</code> exception. If you
77+ * specify the format, it must match the format detected by Amazon
78+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
79+ * exception.
80+ * </p>
81+ * <p>
7482 * <b>Constraints:</b><br/>
7583 * <b>Allowed Values: </b>mp3, mp4, wav, flac
7684 */
@@ -300,7 +308,7 @@ public StartTranscriptionJobRequest withLanguageCode(LanguageCode languageCode)
300308
301309 /**
302310 * <p>
303- * The sample rate, in Hertz, of the audio track in the input media file.
311+ * The sample rate of the audio track in the input media file in Hertz .
304312 * </p>
305313 * <p>
306314 * If you do not specify the media sample rate, Amazon Transcribe determines
@@ -314,8 +322,8 @@ public StartTranscriptionJobRequest withLanguageCode(LanguageCode languageCode)
314322 * <b>Range: </b>8000 - 48000<br/>
315323 *
316324 * @return <p>
317- * The sample rate, in Hertz, of the audio track in the input media
318- * file .
325+ * The sample rate of the audio track in the input media file in
326+ * Hertz .
319327 * </p>
320328 * <p>
321329 * If you do not specify the media sample rate, Amazon Transcribe
@@ -331,7 +339,7 @@ public Integer getMediaSampleRateHertz() {
331339
332340 /**
333341 * <p>
334- * The sample rate, in Hertz, of the audio track in the input media file.
342+ * The sample rate of the audio track in the input media file in Hertz .
335343 * </p>
336344 * <p>
337345 * If you do not specify the media sample rate, Amazon Transcribe determines
@@ -345,8 +353,8 @@ public Integer getMediaSampleRateHertz() {
345353 * <b>Range: </b>8000 - 48000<br/>
346354 *
347355 * @param mediaSampleRateHertz <p>
348- * The sample rate, in Hertz, of the audio track in the input
349- * media file .
356+ * The sample rate of the audio track in the input media file in
357+ * Hertz .
350358 * </p>
351359 * <p>
352360 * If you do not specify the media sample rate, Amazon Transcribe
@@ -363,7 +371,7 @@ public void setMediaSampleRateHertz(Integer mediaSampleRateHertz) {
363371
364372 /**
365373 * <p>
366- * The sample rate, in Hertz, of the audio track in the input media file.
374+ * The sample rate of the audio track in the input media file in Hertz .
367375 * </p>
368376 * <p>
369377 * If you do not specify the media sample rate, Amazon Transcribe determines
@@ -380,8 +388,8 @@ public void setMediaSampleRateHertz(Integer mediaSampleRateHertz) {
380388 * <b>Range: </b>8000 - 48000<br/>
381389 *
382390 * @param mediaSampleRateHertz <p>
383- * The sample rate, in Hertz, of the audio track in the input
384- * media file .
391+ * The sample rate of the audio track in the input media file in
392+ * Hertz .
385393 * </p>
386394 * <p>
387395 * If you do not specify the media sample rate, Amazon Transcribe
@@ -404,12 +412,29 @@ public StartTranscriptionJobRequest withMediaSampleRateHertz(Integer mediaSample
404412 * The format of the input media file.
405413 * </p>
406414 * <p>
415+ * If you do not specify the format of the media file, Amazon Transcribe
416+ * determines the format. If the format is not recognized, Amazon Transcribe
417+ * returns an <code>InternalFailureException</code> exception. If you
418+ * specify the format, it must match the format detected by Amazon
419+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
420+ * exception.
421+ * </p>
422+ * <p>
407423 * <b>Constraints:</b><br/>
408424 * <b>Allowed Values: </b>mp3, mp4, wav, flac
409425 *
410426 * @return <p>
411427 * The format of the input media file.
412428 * </p>
429+ * <p>
430+ * If you do not specify the format of the media file, Amazon
431+ * Transcribe determines the format. If the format is not
432+ * recognized, Amazon Transcribe returns an
433+ * <code>InternalFailureException</code> exception. If you specify
434+ * the format, it must match the format detected by Amazon
435+ * Transcribe, otherwise you get an
436+ * <code>InternalFailureException</code> exception.
437+ * </p>
413438 * @see MediaFormat
414439 */
415440 public String getMediaFormat () {
@@ -421,12 +446,29 @@ public String getMediaFormat() {
421446 * The format of the input media file.
422447 * </p>
423448 * <p>
449+ * If you do not specify the format of the media file, Amazon Transcribe
450+ * determines the format. If the format is not recognized, Amazon Transcribe
451+ * returns an <code>InternalFailureException</code> exception. If you
452+ * specify the format, it must match the format detected by Amazon
453+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
454+ * exception.
455+ * </p>
456+ * <p>
424457 * <b>Constraints:</b><br/>
425458 * <b>Allowed Values: </b>mp3, mp4, wav, flac
426459 *
427460 * @param mediaFormat <p>
428461 * The format of the input media file.
429462 * </p>
463+ * <p>
464+ * If you do not specify the format of the media file, Amazon
465+ * Transcribe determines the format. If the format is not
466+ * recognized, Amazon Transcribe returns an
467+ * <code>InternalFailureException</code> exception. If you
468+ * specify the format, it must match the format detected by
469+ * Amazon Transcribe, otherwise you get an
470+ * <code>InternalFailureException</code> exception.
471+ * </p>
430472 * @see MediaFormat
431473 */
432474 public void setMediaFormat (String mediaFormat ) {
@@ -438,6 +480,14 @@ public void setMediaFormat(String mediaFormat) {
438480 * The format of the input media file.
439481 * </p>
440482 * <p>
483+ * If you do not specify the format of the media file, Amazon Transcribe
484+ * determines the format. If the format is not recognized, Amazon Transcribe
485+ * returns an <code>InternalFailureException</code> exception. If you
486+ * specify the format, it must match the format detected by Amazon
487+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
488+ * exception.
489+ * </p>
490+ * <p>
441491 * Returns a reference to this object so that method calls can be chained
442492 * together.
443493 * <p>
@@ -447,6 +497,15 @@ public void setMediaFormat(String mediaFormat) {
447497 * @param mediaFormat <p>
448498 * The format of the input media file.
449499 * </p>
500+ * <p>
501+ * If you do not specify the format of the media file, Amazon
502+ * Transcribe determines the format. If the format is not
503+ * recognized, Amazon Transcribe returns an
504+ * <code>InternalFailureException</code> exception. If you
505+ * specify the format, it must match the format detected by
506+ * Amazon Transcribe, otherwise you get an
507+ * <code>InternalFailureException</code> exception.
508+ * </p>
450509 * @return A reference to this updated object so that method calls can be
451510 * chained together.
452511 * @see MediaFormat
@@ -461,12 +520,29 @@ public StartTranscriptionJobRequest withMediaFormat(String mediaFormat) {
461520 * The format of the input media file.
462521 * </p>
463522 * <p>
523+ * If you do not specify the format of the media file, Amazon Transcribe
524+ * determines the format. If the format is not recognized, Amazon Transcribe
525+ * returns an <code>InternalFailureException</code> exception. If you
526+ * specify the format, it must match the format detected by Amazon
527+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
528+ * exception.
529+ * </p>
530+ * <p>
464531 * <b>Constraints:</b><br/>
465532 * <b>Allowed Values: </b>mp3, mp4, wav, flac
466533 *
467534 * @param mediaFormat <p>
468535 * The format of the input media file.
469536 * </p>
537+ * <p>
538+ * If you do not specify the format of the media file, Amazon
539+ * Transcribe determines the format. If the format is not
540+ * recognized, Amazon Transcribe returns an
541+ * <code>InternalFailureException</code> exception. If you
542+ * specify the format, it must match the format detected by
543+ * Amazon Transcribe, otherwise you get an
544+ * <code>InternalFailureException</code> exception.
545+ * </p>
470546 * @see MediaFormat
471547 */
472548 public void setMediaFormat (MediaFormat mediaFormat ) {
@@ -478,6 +554,14 @@ public void setMediaFormat(MediaFormat mediaFormat) {
478554 * The format of the input media file.
479555 * </p>
480556 * <p>
557+ * If you do not specify the format of the media file, Amazon Transcribe
558+ * determines the format. If the format is not recognized, Amazon Transcribe
559+ * returns an <code>InternalFailureException</code> exception. If you
560+ * specify the format, it must match the format detected by Amazon
561+ * Transcribe, otherwise you get an <code>InternalFailureException</code>
562+ * exception.
563+ * </p>
564+ * <p>
481565 * Returns a reference to this object so that method calls can be chained
482566 * together.
483567 * <p>
@@ -487,6 +571,15 @@ public void setMediaFormat(MediaFormat mediaFormat) {
487571 * @param mediaFormat <p>
488572 * The format of the input media file.
489573 * </p>
574+ * <p>
575+ * If you do not specify the format of the media file, Amazon
576+ * Transcribe determines the format. If the format is not
577+ * recognized, Amazon Transcribe returns an
578+ * <code>InternalFailureException</code> exception. If you
579+ * specify the format, it must match the format detected by
580+ * Amazon Transcribe, otherwise you get an
581+ * <code>InternalFailureException</code> exception.
582+ * </p>
490583 * @return A reference to this updated object so that method calls can be
491584 * chained together.
492585 * @see MediaFormat
0 commit comments