aws-sdk-transcribeservice 1.27.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acdf2c7590e21ec56c3ee1a72f3e7f15ae6890bd
|
4
|
+
data.tar.gz: f1f92624a698a531a01491ec1a8f8d9988f2aa35
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f55316c5174ce816518e394c10f9d2d28c694d6afbe6c346b8a2007d683b37c7a310e962c9a99b49e06cabc491b594325377a9d9cb88610820cf899661c90aa1
|
7
|
+
data.tar.gz: adc0ad15afe1c16ac26b41676e886f54613ff1200ec0d008f0a956ff963da2922717867443189a41c6ce164b533c53fd6b47ba4b6baa808682394c7c622d693e
|
@@ -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
|
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 [
|
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", #
|
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.
|
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,
|
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", #
|
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
|
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.
|
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-
|
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
|