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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9f73715d103e48358dbad2aeea2d3cd6f46ca97d30d805460ed7f8af2d51e3b
4
- data.tar.gz: 664d3a840f6208dbd9cb856fa08f72a960d771f0616f50af2d4f7afb95971d0c
3
+ metadata.gz: 7006f5692c445c7bb758830973f08da25a03f1fe2d0e256e6b01ffde350d7190
4
+ data.tar.gz: 8eba4aa88684125efc8b7eac3cd4e5aec2cb45a0101ded5a3b3092b81304a583
5
5
  SHA512:
6
- metadata.gz: 97a9c80f968239a1dc722cf2094bd84e06837431d07b9792f06e9ac3014af637f635766846e54907b912da53808c74786d76f4ab2df5357cbbb207afc36ea2e6
7
- data.tar.gz: 3808b7c20b5a7a8661e9a0fb2ed5e61d45232eac92adaa702ae21efe4f8f4591335330877dd41b21f5e3b507fa9fc03bea5b50522b6738c1d262e0d529286430
6
+ metadata.gz: 7d18644546cd1eed811a10d4a25804c72b59fd6ef764e40926eaad9129e602303a467c4e13cc47eec6eaed40a1cc824f8fb79bde96673a9a2a5d8efded498a92
7
+ data.tar.gz: 900ea16c73aa99b4782b755ab1264bc754ca67bc2defa3c930764bb057705549d7bfa2a7a97652a36c7ccbc0a7b76e6b05c18fa215d5a04647074280706be186
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2021-03-26)
5
+ ------------------
6
+
7
+ * Feature - Amazon Transcribe now supports tagging words that match your vocabulary filter for batch transcription.
8
+
4
9
  1.52.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
48
48
  # @!group service
49
49
  module Aws::TranscribeService
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
@@ -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.52.0'
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.52.0
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-10 00:00:00.000000000 Z
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/master/gems/aws-sdk-transcribeservice
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribeservice/CHANGELOG.md
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: