aws-sdk-transcribeservice 1.26.0 → 1.27.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: 365129043582ff07b4703fcf1235a24eb89b2ec5
4
- data.tar.gz: e694582c99e8fc42281724e57ec8dc72d3d29a68
3
+ metadata.gz: 7704f956a68a70ca42a11a8b2eade802e49daf11
4
+ data.tar.gz: '058377e6ba69e91b19e77b8aa9846cfa741ec1fb'
5
5
  SHA512:
6
- metadata.gz: 72f787802458e9da46b7bcf0107612f10b9f0bd0b7df0ec208391419401693e1f466fe0e817689989ed5915f3c2c40b8004120d371c3e9514788ff32a3ba5d4c
7
- data.tar.gz: 265eaeaad8e4d1b7a9d5ca445c1fb910f40a4c4e82967d6f3cbdfce6c113992aaea7e94045bb92a7ae0b053238d684fff68dc05dbde37506ebf6ddaeeb68eaf5
6
+ metadata.gz: 011d0b70ea2e88a848cbc3b09312f8095efb6eb3243193e1ae8358c40604e22e135555912fbf6e59709be2ca9fccd10e265026df29881bbcc81d474e3d40bdc3
7
+ data.tar.gz: 9d3dbd713c205b9207f87836588ca84360e1f4f03776f66e8828f984d059ac9d1e7354da1766b963457ac65fba02b329d66e07d228b61ab9e5b599f24b7846e1
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.26.0'
45
+ GEM_VERSION = '1.27.0'
46
46
 
47
47
  end
@@ -313,7 +313,7 @@ module Aws::TranscribeService
313
313
  #
314
314
  # resp = client.create_vocabulary({
315
315
  # vocabulary_name: "VocabularyName", # required
316
- # 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
316
+ # 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
317
317
  # phrases: ["Phrase"],
318
318
  # vocabulary_file_uri: "Uri",
319
319
  # })
@@ -321,7 +321,7 @@ module Aws::TranscribeService
321
321
  # @example Response structure
322
322
  #
323
323
  # resp.vocabulary_name #=> String
324
- # resp.language_code #=> String, one of "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"
324
+ # resp.language_code #=> String, one of "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"
325
325
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
326
326
  # resp.last_modified_time #=> Time
327
327
  # resp.failure_reason #=> String
@@ -402,7 +402,7 @@ module Aws::TranscribeService
402
402
  #
403
403
  # resp.transcription_job.transcription_job_name #=> String
404
404
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
405
- # resp.transcription_job.language_code #=> String, one of "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"
405
+ # resp.transcription_job.language_code #=> String, one of "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"
406
406
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
407
407
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
408
408
  # resp.transcription_job.media.media_file_uri #=> String
@@ -448,7 +448,7 @@ module Aws::TranscribeService
448
448
  # @example Response structure
449
449
  #
450
450
  # resp.vocabulary_name #=> String
451
- # resp.language_code #=> String, one of "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"
451
+ # resp.language_code #=> String, one of "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"
452
452
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
453
453
  # resp.last_modified_time #=> Time
454
454
  # resp.failure_reason #=> String
@@ -507,7 +507,7 @@ module Aws::TranscribeService
507
507
  # resp.transcription_job_summaries[0].transcription_job_name #=> String
508
508
  # resp.transcription_job_summaries[0].creation_time #=> Time
509
509
  # resp.transcription_job_summaries[0].completion_time #=> Time
510
- # resp.transcription_job_summaries[0].language_code #=> String, one of "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"
510
+ # resp.transcription_job_summaries[0].language_code #=> String, one of "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"
511
511
  # resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
512
512
  # resp.transcription_job_summaries[0].failure_reason #=> String
513
513
  # resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -564,7 +564,7 @@ module Aws::TranscribeService
564
564
  # resp.next_token #=> String
565
565
  # resp.vocabularies #=> Array
566
566
  # resp.vocabularies[0].vocabulary_name #=> String
567
- # resp.vocabularies[0].language_code #=> String, one of "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"
567
+ # resp.vocabularies[0].language_code #=> String, one of "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"
568
568
  # resp.vocabularies[0].last_modified_time #=> Time
569
569
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
570
570
  #
@@ -590,6 +590,12 @@ module Aws::TranscribeService
590
590
  # @option params [Integer] :media_sample_rate_hertz
591
591
  # The sample rate, in Hertz, of the audio track in the input media file.
592
592
  #
593
+ # If you do not specify the media sample rate, Amazon Transcribe
594
+ # determines the sample rate. If you specify the sample rate, it must
595
+ # match the sample rate detected by Amazon Transcribe. In most cases,
596
+ # you should leave the `MediaSampleRateHertz` field blank and let Amazon
597
+ # Transcribe determine the sample rate.
598
+ #
593
599
  # @option params [required, String] :media_format
594
600
  # The format of the input media file.
595
601
  #
@@ -617,7 +623,7 @@ module Aws::TranscribeService
617
623
  #
618
624
  #
619
625
  #
620
- # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/access-control-managing-permissions.html#auth-role-iam-user
626
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
621
627
  #
622
628
  # @option params [Types::Settings] :settings
623
629
  # A `Settings` object that provides optional settings for a
@@ -631,7 +637,7 @@ module Aws::TranscribeService
631
637
  #
632
638
  # resp = client.start_transcription_job({
633
639
  # transcription_job_name: "TranscriptionJobName", # required
634
- # 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
640
+ # 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
635
641
  # media_sample_rate_hertz: 1,
636
642
  # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
637
643
  # media: { # required
@@ -650,7 +656,7 @@ module Aws::TranscribeService
650
656
  #
651
657
  # resp.transcription_job.transcription_job_name #=> String
652
658
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
653
- # resp.transcription_job.language_code #=> String, one of "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"
659
+ # resp.transcription_job.language_code #=> String, one of "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"
654
660
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
655
661
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
656
662
  # resp.transcription_job.media.media_file_uri #=> String
@@ -720,7 +726,7 @@ module Aws::TranscribeService
720
726
  #
721
727
  # resp = client.update_vocabulary({
722
728
  # vocabulary_name: "VocabularyName", # required
723
- # 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
729
+ # 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
724
730
  # phrases: ["Phrase"],
725
731
  # vocabulary_file_uri: "Uri",
726
732
  # })
@@ -728,7 +734,7 @@ module Aws::TranscribeService
728
734
  # @example Response structure
729
735
  #
730
736
  # resp.vocabulary_name #=> String
731
- # resp.language_code #=> String, one of "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"
737
+ # resp.language_code #=> String, one of "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"
732
738
  # resp.last_modified_time #=> Time
733
739
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
734
740
  #
@@ -754,7 +760,7 @@ module Aws::TranscribeService
754
760
  params: params,
755
761
  config: config)
756
762
  context[:gem_name] = 'aws-sdk-transcribeservice'
757
- context[:gem_version] = '1.26.0'
763
+ context[:gem_version] = '1.27.0'
758
764
  Seahorse::Client::Request.new(handlers, context)
759
765
  end
760
766
 
@@ -45,7 +45,7 @@ module Aws::TranscribeService
45
45
  #
46
46
  # {
47
47
  # vocabulary_name: "VocabularyName", # required
48
- # 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
48
+ # 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
49
49
  # phrases: ["Phrase"],
50
50
  # vocabulary_file_uri: "Uri",
51
51
  # }
@@ -541,7 +541,7 @@ module Aws::TranscribeService
541
541
  #
542
542
  # {
543
543
  # transcription_job_name: "TranscriptionJobName", # required
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
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
546
  # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
547
547
  # media: { # required
@@ -569,6 +569,12 @@ module Aws::TranscribeService
569
569
  # @!attribute [rw] media_sample_rate_hertz
570
570
  # The sample rate, in Hertz, of the audio track in the input media
571
571
  # file.
572
+ #
573
+ # If you do not specify the media sample rate, Amazon Transcribe
574
+ # determines the sample rate. If you specify the sample rate, it must
575
+ # match the sample rate detected by Amazon Transcribe. In most cases,
576
+ # you should leave the `MediaSampleRateHertz` field blank and let
577
+ # Amazon Transcribe determine the sample rate.
572
578
  # @return [Integer]
573
579
  #
574
580
  # @!attribute [rw] media_format
@@ -602,7 +608,7 @@ module Aws::TranscribeService
602
608
  #
603
609
  #
604
610
  #
605
- # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/access-control-managing-permissions.html#auth-role-iam-user
611
+ # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
606
612
  # @return [String]
607
613
  #
608
614
  # @!attribute [rw] settings
@@ -818,7 +824,7 @@ module Aws::TranscribeService
818
824
  #
819
825
  # {
820
826
  # vocabulary_name: "VocabularyName", # required
821
- # 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
827
+ # 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
822
828
  # phrases: ["Phrase"],
823
829
  # vocabulary_file_uri: "Uri",
824
830
  # }
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.26.0
4
+ version: 1.27.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-07-25 00:00:00.000000000 Z
11
+ date: 2019-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core