aws-sdk-comprehend 1.35.0 → 1.36.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/lib/aws-sdk-comprehend.rb +1 -1
- data/lib/aws-sdk-comprehend/client.rb +5 -3
- data/lib/aws-sdk-comprehend/types.rb +8 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b5a96e637a00e8c096b774627ff97c5b18e008f265ea93791437e3b2003253f6
|
|
4
|
+
data.tar.gz: 54e1fcbd10082d304cb8b82f1b9b663e71aa84318433381e9940f409cab73aa3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e714952d13b2f7703b4e991300d219e473b6510352731fe360acf4eb6c4a62e428061113316880ab79ad7fe025f70944a344d97e2019c934fbf64c80fa9a7e08
|
|
7
|
+
data.tar.gz: 8e70c728cb40bc9e4725e9efd5aaf93d5f989a8a0cd576d010f235ff78761308f10e5d8c36efc8625b8998c0cee2ab2bbadcf22b6e6f3d9512adf78eecce64e1
|
data/lib/aws-sdk-comprehend.rb
CHANGED
|
@@ -817,8 +817,10 @@ module Aws::Comprehend
|
|
|
817
817
|
# not need to pass this option.**
|
|
818
818
|
#
|
|
819
819
|
# @option params [required, String] :language_code
|
|
820
|
-
#
|
|
821
|
-
#
|
|
820
|
+
# You can specify any of the following languages supported by Amazon
|
|
821
|
+
# Comprehend: English ("en"), Spanish ("es"), French ("fr"),
|
|
822
|
+
# Italian ("it"), German ("de"), or Portuguese ("pt"). All
|
|
823
|
+
# documents must be in the same language.
|
|
822
824
|
#
|
|
823
825
|
# @option params [String] :volume_kms_key_id
|
|
824
826
|
# ID for the AWS Key Management Service (KMS) key that Amazon Comprehend
|
|
@@ -3173,7 +3175,7 @@ module Aws::Comprehend
|
|
|
3173
3175
|
params: params,
|
|
3174
3176
|
config: config)
|
|
3175
3177
|
context[:gem_name] = 'aws-sdk-comprehend'
|
|
3176
|
-
context[:gem_version] = '1.
|
|
3178
|
+
context[:gem_version] = '1.36.0'
|
|
3177
3179
|
Seahorse::Client::Request.new(handlers, context)
|
|
3178
3180
|
end
|
|
3179
3181
|
|
|
@@ -870,8 +870,10 @@ module Aws::Comprehend
|
|
|
870
870
|
# @return [String]
|
|
871
871
|
#
|
|
872
872
|
# @!attribute [rw] language_code
|
|
873
|
-
#
|
|
874
|
-
#
|
|
873
|
+
# You can specify any of the following languages supported by Amazon
|
|
874
|
+
# Comprehend: English ("en"), Spanish ("es"), French ("fr"),
|
|
875
|
+
# Italian ("it"), German ("de"), or Portuguese ("pt"). All
|
|
876
|
+
# documents must be in the same language.
|
|
875
877
|
# @return [String]
|
|
876
878
|
#
|
|
877
879
|
# @!attribute [rw] volume_kms_key_id
|
|
@@ -2569,7 +2571,7 @@ module Aws::Comprehend
|
|
|
2569
2571
|
#
|
|
2570
2572
|
# @!attribute [rw] entity_types
|
|
2571
2573
|
# The entity types in the input data for an entity recognizer. A
|
|
2572
|
-
# maximum of
|
|
2574
|
+
# maximum of 25 entity types can be used at one time to train an
|
|
2573
2575
|
# entity recognizer.
|
|
2574
2576
|
# @return [Array<Types::EntityTypesListItem>]
|
|
2575
2577
|
#
|
|
@@ -5199,8 +5201,9 @@ module Aws::Comprehend
|
|
|
5199
5201
|
|
|
5200
5202
|
# Amazon Comprehend can't process the language of the input text. For
|
|
5201
5203
|
# all custom entity recognition APIs (such as `CreateEntityRecognizer`),
|
|
5202
|
-
# only English
|
|
5203
|
-
#
|
|
5204
|
+
# only English, Spanish, French, Italian, German, or Portuguese are
|
|
5205
|
+
# accepted. For most other APIs, such as those for Custom
|
|
5206
|
+
# Classification, Amazon Comprehend accepts text in all supported
|
|
5204
5207
|
# languages. For a list of supported languages, see supported-languages.
|
|
5205
5208
|
#
|
|
5206
5209
|
# @!attribute [rw] message
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-comprehend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.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-
|
|
11
|
+
date: 2020-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|