aws-sdk-transcribeservice 1.52.0 → 1.53.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribeservice.rb +1 -1
- data/lib/aws-sdk-transcribeservice/client.rb +4 -4
- data/lib/aws-sdk-transcribeservice/types.rb +6 -3
- 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: 7006f5692c445c7bb758830973f08da25a03f1fe2d0e256e6b01ffde350d7190
|
4
|
+
data.tar.gz: 8eba4aa88684125efc8b7eac3cd4e5aec2cb45a0101ded5a3b3092b81304a583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d18644546cd1eed811a10d4a25804c72b59fd6ef764e40926eaad9129e602303a467c4e13cc47eec6eaed40a1cc824f8fb79bde96673a9a2a5d8efded498a92
|
7
|
+
data.tar.gz: 900ea16c73aa99b4782b755ab1264bc754ca67bc2defa3c930764bb057705549d7bfa2a7a97652a36c7ccbc0a7b76e6b05c18fa215d5a04647074280706be186
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -924,7 +924,7 @@ module Aws::TranscribeService
|
|
924
924
|
# resp.transcription_job.settings.show_alternatives #=> Boolean
|
925
925
|
# resp.transcription_job.settings.max_alternatives #=> Integer
|
926
926
|
# resp.transcription_job.settings.vocabulary_filter_name #=> String
|
927
|
-
# resp.transcription_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask"
|
927
|
+
# resp.transcription_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
928
928
|
# resp.transcription_job.model_settings.language_model_name #=> String
|
929
929
|
# resp.transcription_job.job_execution_settings.allow_deferred_execution #=> Boolean
|
930
930
|
# resp.transcription_job.job_execution_settings.data_access_role_arn #=> String
|
@@ -1712,7 +1712,7 @@ module Aws::TranscribeService
|
|
1712
1712
|
# show_alternatives: false,
|
1713
1713
|
# max_alternatives: 1,
|
1714
1714
|
# vocabulary_filter_name: "VocabularyFilterName",
|
1715
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask
|
1715
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
1716
1716
|
# },
|
1717
1717
|
# model_settings: {
|
1718
1718
|
# language_model_name: "ModelName",
|
@@ -1750,7 +1750,7 @@ module Aws::TranscribeService
|
|
1750
1750
|
# resp.transcription_job.settings.show_alternatives #=> Boolean
|
1751
1751
|
# resp.transcription_job.settings.max_alternatives #=> Integer
|
1752
1752
|
# resp.transcription_job.settings.vocabulary_filter_name #=> String
|
1753
|
-
# resp.transcription_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask"
|
1753
|
+
# resp.transcription_job.settings.vocabulary_filter_method #=> String, one of "remove", "mask", "tag"
|
1754
1754
|
# resp.transcription_job.model_settings.language_model_name #=> String
|
1755
1755
|
# resp.transcription_job.job_execution_settings.allow_deferred_execution #=> Boolean
|
1756
1756
|
# resp.transcription_job.job_execution_settings.data_access_role_arn #=> String
|
@@ -1983,7 +1983,7 @@ module Aws::TranscribeService
|
|
1983
1983
|
params: params,
|
1984
1984
|
config: config)
|
1985
1985
|
context[:gem_name] = 'aws-sdk-transcribeservice'
|
1986
|
-
context[:gem_version] = '1.
|
1986
|
+
context[:gem_version] = '1.53.0'
|
1987
1987
|
Seahorse::Client::Request.new(handlers, context)
|
1988
1988
|
end
|
1989
1989
|
|
@@ -1787,7 +1787,7 @@ module Aws::TranscribeService
|
|
1787
1787
|
# show_alternatives: false,
|
1788
1788
|
# max_alternatives: 1,
|
1789
1789
|
# vocabulary_filter_name: "VocabularyFilterName",
|
1790
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask
|
1790
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
1791
1791
|
# }
|
1792
1792
|
#
|
1793
1793
|
# @!attribute [rw] vocabulary_name
|
@@ -1853,7 +1853,10 @@ module Aws::TranscribeService
|
|
1853
1853
|
# Set to `mask` to remove filtered text from the transcript and
|
1854
1854
|
# replace it with three asterisks ("***") as placeholder text.
|
1855
1855
|
# Set to `remove` to remove filtered text from the transcript without
|
1856
|
-
# using placeholder text.
|
1856
|
+
# using placeholder text. Set to `tag` to mark the word in the
|
1857
|
+
# transcription output that matches the vocabulary filter. When you
|
1858
|
+
# set the filter method to `tag`, the words matching your vocabulary
|
1859
|
+
# filter are not masked or removed.
|
1857
1860
|
# @return [String]
|
1858
1861
|
#
|
1859
1862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/Settings AWS API Documentation
|
@@ -2075,7 +2078,7 @@ module Aws::TranscribeService
|
|
2075
2078
|
# show_alternatives: false,
|
2076
2079
|
# max_alternatives: 1,
|
2077
2080
|
# vocabulary_filter_name: "VocabularyFilterName",
|
2078
|
-
# vocabulary_filter_method: "remove", # accepts remove, mask
|
2081
|
+
# vocabulary_filter_method: "remove", # accepts remove, mask, tag
|
2079
2082
|
# },
|
2080
2083
|
# model_settings: {
|
2081
2084
|
# language_model_name: "ModelName",
|
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.53.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: 2021-03-
|
11
|
+
date: 2021-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
66
66
|
licenses:
|
67
67
|
- Apache-2.0
|
68
68
|
metadata:
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice/CHANGELOG.md
|
71
71
|
post_install_message:
|
72
72
|
rdoc_options: []
|
73
73
|
require_paths:
|