aws-sdk-transcribeservice 1.48.0 → 1.49.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc4636f20909802b43c67f7a98559a5b90a637943d558da58ae2e221a6ddd482
|
4
|
+
data.tar.gz: 9e9c6f071891136f25d459faa9b6a0ca1f6cdf34ed8b6727b0c5d428c1c579be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f90caa4f3ca891f2ba2812a4c05ed51a7e4302a643ffc46e59e6fe1eb1d1f6bbb5da278945b91d664554c07feea1452b9ad550923d49fa7a94142349eb324931
|
7
|
+
data.tar.gz: 87c65e7b127c9def3eab5318efb2a5369ec95538fb29a8cb122492fe23abfa5434d93cbb15a4e393c23663469331395e306daf6c5af2516c52bcc80fc5078373
|
@@ -819,7 +819,7 @@ module Aws::TranscribeService
|
|
819
819
|
# resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
820
820
|
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
|
821
821
|
# resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
|
822
|
-
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
|
822
|
+
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
|
823
823
|
# resp.medical_transcription_job.media.media_file_uri #=> String
|
824
824
|
# resp.medical_transcription_job.transcript.transcript_file_uri #=> String
|
825
825
|
# resp.medical_transcription_job.start_time #=> Time
|
@@ -909,7 +909,7 @@ module Aws::TranscribeService
|
|
909
909
|
# resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
910
910
|
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
|
911
911
|
# resp.transcription_job.media_sample_rate_hertz #=> Integer
|
912
|
-
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
|
912
|
+
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
|
913
913
|
# resp.transcription_job.media.media_file_uri #=> String
|
914
914
|
# resp.transcription_job.transcript.transcript_file_uri #=> String
|
915
915
|
# resp.transcription_job.transcript.redacted_transcript_file_uri #=> String
|
@@ -1428,6 +1428,28 @@ module Aws::TranscribeService
|
|
1428
1428
|
#
|
1429
1429
|
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
|
1430
1430
|
#
|
1431
|
+
# @option params [String] :output_key
|
1432
|
+
# You can specify a location in an Amazon S3 bucket to store the output
|
1433
|
+
# of your medical transcription job.
|
1434
|
+
#
|
1435
|
+
# If you don't specify an output key, Amazon Transcribe Medical stores
|
1436
|
+
# the output of your transcription job in the Amazon S3 bucket you
|
1437
|
+
# specified. By default, the object key is
|
1438
|
+
# "your-transcription-job-name.json".
|
1439
|
+
#
|
1440
|
+
# You can use output keys to specify the Amazon S3 prefix and file name
|
1441
|
+
# of the transcription output. For example, specifying the Amazon S3
|
1442
|
+
# prefix, "folder1/folder2/", as an output key would lead to the
|
1443
|
+
# output being stored as
|
1444
|
+
# "folder1/folder2/your-transcription-job-name.json". If you specify
|
1445
|
+
# "my-other-job-name.json" as the output key, the object key is
|
1446
|
+
# changed to "my-other-job-name.json". You can use an output key to
|
1447
|
+
# change both the prefix and the file name, for example
|
1448
|
+
# "folder/my-other-job-name.json".
|
1449
|
+
#
|
1450
|
+
# If you specify an output key, you must also specify an S3 bucket in
|
1451
|
+
# the `OutputBucketName` parameter.
|
1452
|
+
#
|
1431
1453
|
# @option params [String] :output_encryption_kms_key_id
|
1432
1454
|
# The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
|
1433
1455
|
# key used to encrypt the output of the transcription job. The user
|
@@ -1480,11 +1502,12 @@ module Aws::TranscribeService
|
|
1480
1502
|
# medical_transcription_job_name: "TranscriptionJobName", # required
|
1481
1503
|
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
|
1482
1504
|
# media_sample_rate_hertz: 1,
|
1483
|
-
# media_format: "mp3", # accepts mp3, mp4, wav, flac
|
1505
|
+
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
|
1484
1506
|
# media: { # required
|
1485
1507
|
# media_file_uri: "Uri",
|
1486
1508
|
# },
|
1487
1509
|
# output_bucket_name: "OutputBucketName", # required
|
1510
|
+
# output_key: "OutputKey",
|
1488
1511
|
# output_encryption_kms_key_id: "KMSKeyId",
|
1489
1512
|
# settings: {
|
1490
1513
|
# show_speaker_labels: false,
|
@@ -1504,7 +1527,7 @@ module Aws::TranscribeService
|
|
1504
1527
|
# resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1505
1528
|
# resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
|
1506
1529
|
# resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
|
1507
|
-
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
|
1530
|
+
# resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
|
1508
1531
|
# resp.medical_transcription_job.media.media_file_uri #=> String
|
1509
1532
|
# resp.medical_transcription_job.transcript.transcript_file_uri #=> String
|
1510
1533
|
# resp.medical_transcription_job.start_time #=> Time
|
@@ -1584,6 +1607,28 @@ module Aws::TranscribeService
|
|
1584
1607
|
#
|
1585
1608
|
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
|
1586
1609
|
#
|
1610
|
+
# @option params [String] :output_key
|
1611
|
+
# You can specify a location in an Amazon S3 bucket to store the output
|
1612
|
+
# of your transcription job.
|
1613
|
+
#
|
1614
|
+
# If you don't specify an output key, Amazon Transcribe stores the
|
1615
|
+
# output of your transcription job in the Amazon S3 bucket you
|
1616
|
+
# specified. By default, the object key is
|
1617
|
+
# "your-transcription-job-name.json".
|
1618
|
+
#
|
1619
|
+
# You can use output keys to specify the Amazon S3 prefix and file name
|
1620
|
+
# of the transcription output. For example, specifying the Amazon S3
|
1621
|
+
# prefix, "folder1/folder2/", as an output key would lead to the
|
1622
|
+
# output being stored as
|
1623
|
+
# "folder1/folder2/your-transcription-job-name.json". If you specify
|
1624
|
+
# "my-other-job-name.json" as the output key, the object key is
|
1625
|
+
# changed to "my-other-job-name.json". You can use an output key to
|
1626
|
+
# change both the prefix and the file name, for example
|
1627
|
+
# "folder/my-other-job-name.json".
|
1628
|
+
#
|
1629
|
+
# If you specify an output key, you must also specify an S3 bucket in
|
1630
|
+
# the `OutputBucketName` parameter.
|
1631
|
+
#
|
1587
1632
|
# @option params [String] :output_encryption_kms_key_id
|
1588
1633
|
# The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
|
1589
1634
|
# key used to encrypt the output of the transcription job. The user
|
@@ -1652,11 +1697,12 @@ module Aws::TranscribeService
|
|
1652
1697
|
# transcription_job_name: "TranscriptionJobName", # required
|
1653
1698
|
# language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
|
1654
1699
|
# media_sample_rate_hertz: 1,
|
1655
|
-
# media_format: "mp3", # accepts mp3, mp4, wav, flac
|
1700
|
+
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
|
1656
1701
|
# media: { # required
|
1657
1702
|
# media_file_uri: "Uri",
|
1658
1703
|
# },
|
1659
1704
|
# output_bucket_name: "OutputBucketName",
|
1705
|
+
# output_key: "OutputKey",
|
1660
1706
|
# output_encryption_kms_key_id: "KMSKeyId",
|
1661
1707
|
# settings: {
|
1662
1708
|
# vocabulary_name: "VocabularyName",
|
@@ -1689,7 +1735,7 @@ module Aws::TranscribeService
|
|
1689
1735
|
# resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
|
1690
1736
|
# resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
|
1691
1737
|
# resp.transcription_job.media_sample_rate_hertz #=> Integer
|
1692
|
-
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
|
1738
|
+
# resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
|
1693
1739
|
# resp.transcription_job.media.media_file_uri #=> String
|
1694
1740
|
# resp.transcription_job.transcript.transcript_file_uri #=> String
|
1695
1741
|
# resp.transcription_job.transcript.redacted_transcript_file_uri #=> String
|
@@ -1937,7 +1983,7 @@ module Aws::TranscribeService
|
|
1937
1983
|
params: params,
|
1938
1984
|
config: config)
|
1939
1985
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
1940
|
-
context[:gem_version] = '1.
|
1986
|
+
context[:gem_version] = '1.49.0'
|
1941
1987
|
Seahorse::Client::Request.new(handlers, context)
|
1942
1988
|
end
|
1943
1989
|
|
@@ -87,6 +87,7 @@ module Aws::TranscribeService
|
|
87
87
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
88
88
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
89
89
|
OutputBucketName = Shapes::StringShape.new(name: 'OutputBucketName')
|
90
|
+
OutputKey = Shapes::StringShape.new(name: 'OutputKey')
|
90
91
|
OutputLocationType = Shapes::StringShape.new(name: 'OutputLocationType')
|
91
92
|
Phrase = Shapes::StringShape.new(name: 'Phrase')
|
92
93
|
Phrases = Shapes::ListShape.new(name: 'Phrases')
|
@@ -411,6 +412,7 @@ module Aws::TranscribeService
|
|
411
412
|
StartMedicalTranscriptionJobRequest.add_member(:media_format, Shapes::ShapeRef.new(shape: MediaFormat, location_name: "MediaFormat"))
|
412
413
|
StartMedicalTranscriptionJobRequest.add_member(:media, Shapes::ShapeRef.new(shape: Media, required: true, location_name: "Media"))
|
413
414
|
StartMedicalTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, required: true, location_name: "OutputBucketName"))
|
415
|
+
StartMedicalTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
|
414
416
|
StartMedicalTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
|
415
417
|
StartMedicalTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: MedicalTranscriptionSetting, location_name: "Settings"))
|
416
418
|
StartMedicalTranscriptionJobRequest.add_member(:specialty, Shapes::ShapeRef.new(shape: Specialty, required: true, location_name: "Specialty"))
|
@@ -426,6 +428,7 @@ module Aws::TranscribeService
|
|
426
428
|
StartTranscriptionJobRequest.add_member(:media_format, Shapes::ShapeRef.new(shape: MediaFormat, location_name: "MediaFormat"))
|
427
429
|
StartTranscriptionJobRequest.add_member(:media, Shapes::ShapeRef.new(shape: Media, required: true, location_name: "Media"))
|
428
430
|
StartTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, location_name: "OutputBucketName"))
|
431
|
+
StartTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
|
429
432
|
StartTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
|
430
433
|
StartTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "Settings"))
|
431
434
|
StartTranscriptionJobRequest.add_member(:model_settings, Shapes::ShapeRef.new(shape: ModelSettings, location_name: "ModelSettings"))
|
@@ -1878,11 +1878,12 @@ module Aws::TranscribeService
|
|
1878
1878
|
# medical_transcription_job_name: "TranscriptionJobName", # required
|
1879
1879
|
# language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
|
1880
1880
|
# media_sample_rate_hertz: 1,
|
1881
|
-
# media_format: "mp3", # accepts mp3, mp4, wav, flac
|
1881
|
+
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
|
1882
1882
|
# media: { # required
|
1883
1883
|
# media_file_uri: "Uri",
|
1884
1884
|
# },
|
1885
1885
|
# output_bucket_name: "OutputBucketName", # required
|
1886
|
+
# output_key: "OutputKey",
|
1886
1887
|
# output_encryption_kms_key_id: "KMSKeyId",
|
1887
1888
|
# settings: {
|
1888
1889
|
# show_speaker_labels: false,
|
@@ -1953,6 +1954,29 @@ module Aws::TranscribeService
|
|
1953
1954
|
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
|
1954
1955
|
# @return [String]
|
1955
1956
|
#
|
1957
|
+
# @!attribute [rw] output_key
|
1958
|
+
# You can specify a location in an Amazon S3 bucket to store the
|
1959
|
+
# output of your medical transcription job.
|
1960
|
+
#
|
1961
|
+
# If you don't specify an output key, Amazon Transcribe Medical
|
1962
|
+
# stores the output of your transcription job in the Amazon S3 bucket
|
1963
|
+
# you specified. By default, the object key is
|
1964
|
+
# "your-transcription-job-name.json".
|
1965
|
+
#
|
1966
|
+
# You can use output keys to specify the Amazon S3 prefix and file
|
1967
|
+
# name of the transcription output. For example, specifying the Amazon
|
1968
|
+
# S3 prefix, "folder1/folder2/", as an output key would lead to the
|
1969
|
+
# output being stored as
|
1970
|
+
# "folder1/folder2/your-transcription-job-name.json". If you specify
|
1971
|
+
# "my-other-job-name.json" as the output key, the object key is
|
1972
|
+
# changed to "my-other-job-name.json". You can use an output key to
|
1973
|
+
# change both the prefix and the file name, for example
|
1974
|
+
# "folder/my-other-job-name.json".
|
1975
|
+
#
|
1976
|
+
# If you specify an output key, you must also specify an S3 bucket in
|
1977
|
+
# the `OutputBucketName` parameter.
|
1978
|
+
# @return [String]
|
1979
|
+
#
|
1956
1980
|
# @!attribute [rw] output_encryption_kms_key_id
|
1957
1981
|
# The Amazon Resource Name (ARN) of the AWS Key Management Service
|
1958
1982
|
# (KMS) key used to encrypt the output of the transcription job. The
|
@@ -2008,6 +2032,7 @@ module Aws::TranscribeService
|
|
2008
2032
|
:media_format,
|
2009
2033
|
:media,
|
2010
2034
|
:output_bucket_name,
|
2035
|
+
:output_key,
|
2011
2036
|
:output_encryption_kms_key_id,
|
2012
2037
|
:settings,
|
2013
2038
|
:specialty,
|
@@ -2035,11 +2060,12 @@ module Aws::TranscribeService
|
|
2035
2060
|
# transcription_job_name: "TranscriptionJobName", # required
|
2036
2061
|
# language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
|
2037
2062
|
# media_sample_rate_hertz: 1,
|
2038
|
-
# media_format: "mp3", # accepts mp3, mp4, wav, flac
|
2063
|
+
# media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
|
2039
2064
|
# media: { # required
|
2040
2065
|
# media_file_uri: "Uri",
|
2041
2066
|
# },
|
2042
2067
|
# output_bucket_name: "OutputBucketName",
|
2068
|
+
# output_key: "OutputKey",
|
2043
2069
|
# output_encryption_kms_key_id: "KMSKeyId",
|
2044
2070
|
# settings: {
|
2045
2071
|
# vocabulary_name: "VocabularyName",
|
@@ -2129,6 +2155,29 @@ module Aws::TranscribeService
|
|
2129
2155
|
# [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
|
2130
2156
|
# @return [String]
|
2131
2157
|
#
|
2158
|
+
# @!attribute [rw] output_key
|
2159
|
+
# You can specify a location in an Amazon S3 bucket to store the
|
2160
|
+
# output of your transcription job.
|
2161
|
+
#
|
2162
|
+
# If you don't specify an output key, Amazon Transcribe stores the
|
2163
|
+
# output of your transcription job in the Amazon S3 bucket you
|
2164
|
+
# specified. By default, the object key is
|
2165
|
+
# "your-transcription-job-name.json".
|
2166
|
+
#
|
2167
|
+
# You can use output keys to specify the Amazon S3 prefix and file
|
2168
|
+
# name of the transcription output. For example, specifying the Amazon
|
2169
|
+
# S3 prefix, "folder1/folder2/", as an output key would lead to the
|
2170
|
+
# output being stored as
|
2171
|
+
# "folder1/folder2/your-transcription-job-name.json". If you specify
|
2172
|
+
# "my-other-job-name.json" as the output key, the object key is
|
2173
|
+
# changed to "my-other-job-name.json". You can use an output key to
|
2174
|
+
# change both the prefix and the file name, for example
|
2175
|
+
# "folder/my-other-job-name.json".
|
2176
|
+
#
|
2177
|
+
# If you specify an output key, you must also specify an S3 bucket in
|
2178
|
+
# the `OutputBucketName` parameter.
|
2179
|
+
# @return [String]
|
2180
|
+
#
|
2132
2181
|
# @!attribute [rw] output_encryption_kms_key_id
|
2133
2182
|
# The Amazon Resource Name (ARN) of the AWS Key Management Service
|
2134
2183
|
# (KMS) key used to encrypt the output of the transcription job. The
|
@@ -2205,6 +2254,7 @@ module Aws::TranscribeService
|
|
2205
2254
|
:media_format,
|
2206
2255
|
:media,
|
2207
2256
|
:output_bucket_name,
|
2257
|
+
:output_key,
|
2208
2258
|
:output_encryption_kms_key_id,
|
2209
2259
|
:settings,
|
2210
2260
|
:model_settings,
|
@@ -2376,10 +2426,10 @@ module Aws::TranscribeService
|
|
2376
2426
|
# @return [Array<String>]
|
2377
2427
|
#
|
2378
2428
|
# @!attribute [rw] identified_language_score
|
2379
|
-
#
|
2380
|
-
# that it identified in
|
2381
|
-
#
|
2382
|
-
#
|
2429
|
+
# A value between zero and one that Amazon Transcribe assigned to the
|
2430
|
+
# language that it identified in the source audio. Larger values
|
2431
|
+
# indicate that Amazon Transcribe has higher confidence in the
|
2432
|
+
# language it identified.
|
2383
2433
|
# @return [Float]
|
2384
2434
|
#
|
2385
2435
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/TranscriptionJob AWS API Documentation
|
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.49.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: 2020-09-
|
11
|
+
date: 2020-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|