aws-sdk-transcribeservice 1.82.0 → 1.83.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +20 -15
- data/lib/aws-sdk-transcribeservice/types.rb +2 -2
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 607fa00e11363e3aac3ae44d9003687f62a867091c371d8da9ff8edb30c4137e
|
|
4
|
+
data.tar.gz: b23ef385a005d0685bb7e14883a6de72194bf8fc4182c48fdde412e9f0295695
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b34bec937b1425d40a36f2fcaafa3b163b4645fa30f730bf0e775d1894eeec0438e5e86c1e68f83cf1800f681696bfe0c24bcfd0c8f4fa01f5acc7b5f947b090
|
|
7
|
+
data.tar.gz: 5a1cf1eef1118278631fd8fc1e8b325717cb60480c3b57bf3d063f5fdff6839ff6e85ede52564bb62666fe6b6391fa64b45ea27a652ef1365f52e42eedb8d593
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -275,6 +275,11 @@ module Aws::TranscribeService
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -2419,16 +2424,16 @@ module Aws::TranscribeService
|
|
|
2419
2424
|
# You must include the following parameters in your
|
|
2420
2425
|
# `StartCallAnalyticsJob` request:
|
|
2421
2426
|
#
|
|
2422
|
-
# * `region
|
|
2427
|
+
# * `region`: The Amazon Web Services Region where you are making your
|
|
2423
2428
|
# request. For a list of Amazon Web Services Regions supported with
|
|
2424
2429
|
# Amazon Transcribe, refer to [Amazon Transcribe endpoints and
|
|
2425
2430
|
# quotas][4].
|
|
2426
2431
|
#
|
|
2427
|
-
# * `CallAnalyticsJobName
|
|
2432
|
+
# * `CallAnalyticsJobName`: A custom name that you create for your
|
|
2428
2433
|
# transcription job that's unique within your Amazon Web Services
|
|
2429
2434
|
# account.
|
|
2430
2435
|
#
|
|
2431
|
-
# * `DataAccessRoleArn
|
|
2436
|
+
# * `DataAccessRoleArn`: The Amazon Resource Name (ARN) of an IAM role
|
|
2432
2437
|
# that has permissions to access the Amazon S3 bucket that contains
|
|
2433
2438
|
# your input files.
|
|
2434
2439
|
#
|
|
@@ -2656,26 +2661,26 @@ module Aws::TranscribeService
|
|
|
2656
2661
|
# You must include the following parameters in your
|
|
2657
2662
|
# `StartMedicalTranscriptionJob` request:
|
|
2658
2663
|
#
|
|
2659
|
-
# * `region
|
|
2664
|
+
# * `region`: The Amazon Web Services Region where you are making your
|
|
2660
2665
|
# request. For a list of Amazon Web Services Regions supported with
|
|
2661
2666
|
# Amazon Transcribe, refer to [Amazon Transcribe endpoints and
|
|
2662
2667
|
# quotas][2].
|
|
2663
2668
|
#
|
|
2664
|
-
# * `MedicalTranscriptionJobName
|
|
2669
|
+
# * `MedicalTranscriptionJobName`: A custom name you create for your
|
|
2665
2670
|
# transcription job that is unique within your Amazon Web Services
|
|
2666
2671
|
# account.
|
|
2667
2672
|
#
|
|
2668
2673
|
# * `Media` (`MediaFileUri`): The Amazon S3 location of your media file.
|
|
2669
2674
|
#
|
|
2670
|
-
# * `LanguageCode
|
|
2675
|
+
# * `LanguageCode`: This must be `en-US`.
|
|
2671
2676
|
#
|
|
2672
|
-
# * `OutputBucketName
|
|
2677
|
+
# * `OutputBucketName`: The Amazon S3 bucket where you want your
|
|
2673
2678
|
# transcript stored. If you want your output stored in a sub-folder of
|
|
2674
2679
|
# this bucket, you must also include `OutputKey`.
|
|
2675
2680
|
#
|
|
2676
|
-
# * `Specialty
|
|
2681
|
+
# * `Specialty`: This must be `PRIMARYCARE`.
|
|
2677
2682
|
#
|
|
2678
|
-
# * `Type
|
|
2683
|
+
# * `Type`: Choose whether your audio is a conversation or a dictation.
|
|
2679
2684
|
#
|
|
2680
2685
|
#
|
|
2681
2686
|
#
|
|
@@ -2759,7 +2764,7 @@ module Aws::TranscribeService
|
|
|
2759
2764
|
# same as the name you specified for your medical transcription job
|
|
2760
2765
|
# (`MedicalTranscriptionJobName`).
|
|
2761
2766
|
#
|
|
2762
|
-
# Here are some examples of how you can use `OutputKey
|
|
2767
|
+
# Here are some examples of how you can use `OutputKey`:
|
|
2763
2768
|
#
|
|
2764
2769
|
# * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName` and
|
|
2765
2770
|
# 'my-transcript.json' as the `OutputKey`, your transcription output
|
|
@@ -2962,19 +2967,19 @@ module Aws::TranscribeService
|
|
|
2962
2967
|
# You must include the following parameters in your
|
|
2963
2968
|
# `StartTranscriptionJob` request:
|
|
2964
2969
|
#
|
|
2965
|
-
# * `region
|
|
2970
|
+
# * `region`: The Amazon Web Services Region where you are making your
|
|
2966
2971
|
# request. For a list of Amazon Web Services Regions supported with
|
|
2967
2972
|
# Amazon Transcribe, refer to [Amazon Transcribe endpoints and
|
|
2968
2973
|
# quotas][1].
|
|
2969
2974
|
#
|
|
2970
|
-
# * `TranscriptionJobName
|
|
2975
|
+
# * `TranscriptionJobName`: A custom name you create for your
|
|
2971
2976
|
# transcription job that is unique within your Amazon Web Services
|
|
2972
2977
|
# account.
|
|
2973
2978
|
#
|
|
2974
2979
|
# * `Media` (`MediaFileUri`): The Amazon S3 location of your media file.
|
|
2975
2980
|
#
|
|
2976
2981
|
# * One of `LanguageCode`, `IdentifyLanguage`, or
|
|
2977
|
-
# `IdentifyMultipleLanguages
|
|
2982
|
+
# `IdentifyMultipleLanguages`: If you know the language of your media
|
|
2978
2983
|
# file, specify it using the `LanguageCode` parameter; you can find
|
|
2979
2984
|
# all valid language codes in the [Supported languages][2] table. If
|
|
2980
2985
|
# you don't know the languages spoken in your media, use either
|
|
@@ -3075,7 +3080,7 @@ module Aws::TranscribeService
|
|
|
3075
3080
|
# same as the name you specified for your transcription job
|
|
3076
3081
|
# (`TranscriptionJobName`).
|
|
3077
3082
|
#
|
|
3078
|
-
# Here are some examples of how you can use `OutputKey
|
|
3083
|
+
# Here are some examples of how you can use `OutputKey`:
|
|
3079
3084
|
#
|
|
3080
3085
|
# * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName` and
|
|
3081
3086
|
# 'my-transcript.json' as the `OutputKey`, your transcription output
|
|
@@ -3952,7 +3957,7 @@ module Aws::TranscribeService
|
|
|
3952
3957
|
params: params,
|
|
3953
3958
|
config: config)
|
|
3954
3959
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
|
3955
|
-
context[:gem_version] = '1.
|
|
3960
|
+
context[:gem_version] = '1.83.0'
|
|
3956
3961
|
Seahorse::Client::Request.new(handlers, context)
|
|
3957
3962
|
end
|
|
3958
3963
|
|
|
@@ -3600,7 +3600,7 @@ module Aws::TranscribeService
|
|
|
3600
3600
|
# same as the name you specified for your medical transcription job
|
|
3601
3601
|
# (`MedicalTranscriptionJobName`).
|
|
3602
3602
|
#
|
|
3603
|
-
# Here are some examples of how you can use `OutputKey
|
|
3603
|
+
# Here are some examples of how you can use `OutputKey`:
|
|
3604
3604
|
#
|
|
3605
3605
|
# * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName`
|
|
3606
3606
|
# and 'my-transcript.json' as the `OutputKey`, your transcription
|
|
@@ -3857,7 +3857,7 @@ module Aws::TranscribeService
|
|
|
3857
3857
|
# same as the name you specified for your transcription job
|
|
3858
3858
|
# (`TranscriptionJobName`).
|
|
3859
3859
|
#
|
|
3860
|
-
# Here are some examples of how you can use `OutputKey
|
|
3860
|
+
# Here are some examples of how you can use `OutputKey`:
|
|
3861
3861
|
#
|
|
3862
3862
|
# * If you specify 'DOC-EXAMPLE-BUCKET' as the `OutputBucketName`
|
|
3863
3863
|
# and 'my-transcript.json' as the `OutputKey`, your transcription
|
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.83.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: 2023-
|
|
11
|
+
date: 2023-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.174.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|