aws-sdk-transcribeservice 1.27.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7704f956a68a70ca42a11a8b2eade802e49daf11
4
- data.tar.gz: '058377e6ba69e91b19e77b8aa9846cfa741ec1fb'
3
+ metadata.gz: acdf2c7590e21ec56c3ee1a72f3e7f15ae6890bd
4
+ data.tar.gz: f1f92624a698a531a01491ec1a8f8d9988f2aa35
5
5
  SHA512:
6
- metadata.gz: 011d0b70ea2e88a848cbc3b09312f8095efb6eb3243193e1ae8358c40604e22e135555912fbf6e59709be2ca9fccd10e265026df29881bbcc81d474e3d40bdc3
7
- data.tar.gz: 9d3dbd713c205b9207f87836588ca84360e1f4f03776f66e8828f984d059ac9d1e7354da1766b963457ac65fba02b329d66e07d228b61ab9e5b599f24b7846e1
6
+ metadata.gz: f55316c5174ce816518e394c10f9d2d28c694d6afbe6c346b8a2007d683b37c7a310e962c9a99b49e06cabc491b594325377a9d9cb88610820cf899661c90aa1
7
+ data.tar.gz: adc0ad15afe1c16ac26b41676e886f54613ff1200ec0d008f0a956ff963da2922717867443189a41c6ce164b533c53fd6b47ba4b6baa808682394c7c622d693e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.27.0'
45
+ GEM_VERSION = '1.28.0'
46
46
 
47
47
  end
@@ -588,7 +588,7 @@ module Aws::TranscribeService
588
588
  # The language code for the language used in the input media file.
589
589
  #
590
590
  # @option params [Integer] :media_sample_rate_hertz
591
- # The sample rate, in Hertz, of the audio track in the input media file.
591
+ # The sample rate of the audio track in the input media file in Hertz.
592
592
  #
593
593
  # If you do not specify the media sample rate, Amazon Transcribe
594
594
  # determines the sample rate. If you specify the sample rate, it must
@@ -596,9 +596,15 @@ module Aws::TranscribeService
596
596
  # you should leave the `MediaSampleRateHertz` field blank and let Amazon
597
597
  # Transcribe determine the sample rate.
598
598
  #
599
- # @option params [required, String] :media_format
599
+ # @option params [String] :media_format
600
600
  # The format of the input media file.
601
601
  #
602
+ # If you do not specify the format of the media file, Amazon Transcribe
603
+ # determines the format. If the format is not recognized, Amazon
604
+ # Transcribe returns an `InternalFailureException` exception. If you
605
+ # specify the format, it must match the format detected by Amazon
606
+ # Transcribe, otherwise you get an `InternalFailureException` exception.
607
+ #
602
608
  # @option params [required, Types::Media] :media
603
609
  # An object that describes the input media for a transcription job.
604
610
  #
@@ -639,7 +645,7 @@ module Aws::TranscribeService
639
645
  # transcription_job_name: "TranscriptionJobName", # required
640
646
  # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
641
647
  # media_sample_rate_hertz: 1,
642
- # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
648
+ # media_format: "mp3", # accepts mp3, mp4, wav, flac
643
649
  # media: { # required
644
650
  # media_file_uri: "Uri",
645
651
  # },
@@ -760,7 +766,7 @@ module Aws::TranscribeService
760
766
  params: params,
761
767
  config: config)
762
768
  context[:gem_name] = 'aws-sdk-transcribeservice'
763
- context[:gem_version] = '1.27.0'
769
+ context[:gem_version] = '1.28.0'
764
770
  Seahorse::Client::Request.new(handlers, context)
765
771
  end
766
772
 
@@ -147,7 +147,7 @@ module Aws::TranscribeService
147
147
  StartTranscriptionJobRequest.add_member(:transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "TranscriptionJobName"))
148
148
  StartTranscriptionJobRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, required: true, location_name: "LanguageCode"))
149
149
  StartTranscriptionJobRequest.add_member(:media_sample_rate_hertz, Shapes::ShapeRef.new(shape: MediaSampleRateHertz, location_name: "MediaSampleRateHertz"))
150
- StartTranscriptionJobRequest.add_member(:media_format, Shapes::ShapeRef.new(shape: MediaFormat, required: true, location_name: "MediaFormat"))
150
+ StartTranscriptionJobRequest.add_member(:media_format, Shapes::ShapeRef.new(shape: MediaFormat, location_name: "MediaFormat"))
151
151
  StartTranscriptionJobRequest.add_member(:media, Shapes::ShapeRef.new(shape: Media, required: true, location_name: "Media"))
152
152
  StartTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, location_name: "OutputBucketName"))
153
153
  StartTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "Settings"))
@@ -543,7 +543,7 @@ module Aws::TranscribeService
543
543
  # transcription_job_name: "TranscriptionJobName", # required
544
544
  # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
545
545
  # media_sample_rate_hertz: 1,
546
- # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
546
+ # media_format: "mp3", # accepts mp3, mp4, wav, flac
547
547
  # media: { # required
548
548
  # media_file_uri: "Uri",
549
549
  # },
@@ -567,8 +567,7 @@ module Aws::TranscribeService
567
567
  # @return [String]
568
568
  #
569
569
  # @!attribute [rw] media_sample_rate_hertz
570
- # The sample rate, in Hertz, of the audio track in the input media
571
- # file.
570
+ # The sample rate of the audio track in the input media file in Hertz.
572
571
  #
573
572
  # If you do not specify the media sample rate, Amazon Transcribe
574
573
  # determines the sample rate. If you specify the sample rate, it must
@@ -579,6 +578,13 @@ module Aws::TranscribeService
579
578
  #
580
579
  # @!attribute [rw] media_format
581
580
  # The format of the input media file.
581
+ #
582
+ # If you do not specify the format of the media file, Amazon
583
+ # Transcribe determines the format. If the format is not recognized,
584
+ # Amazon Transcribe returns an `InternalFailureException` exception.
585
+ # If you specify the format, it must match the format detected by
586
+ # Amazon Transcribe, otherwise you get an `InternalFailureException`
587
+ # exception.
582
588
  # @return [String]
583
589
  #
584
590
  # @!attribute [rw] media
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-23 00:00:00.000000000 Z
11
+ date: 2019-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core