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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb730a09dbf7ca9369c83d4f70c0f3bae288115edcb23a231a4f63421d1ad86c
4
- data.tar.gz: 8c0cab20548f4d18381be952684dba777b04df374fe7f710720bb69686d88ff7
3
+ metadata.gz: b5a96e637a00e8c096b774627ff97c5b18e008f265ea93791437e3b2003253f6
4
+ data.tar.gz: 54e1fcbd10082d304cb8b82f1b9b663e71aa84318433381e9940f409cab73aa3
5
5
  SHA512:
6
- metadata.gz: 2d12d452da9db09af118395bc123ffe9c95f09b96c26b5ed8223a08d027ae9d1af0e2b385cd0b801b70e75f227eebcda3e03db5f415cb976ab509804e5945628
7
- data.tar.gz: 4cb90bfa95e1d742892681f9516b17dd719740c1e9bd87e0d117b993ead936ee58b0f44a94d35b69d5a903332809681002fe81f04089e1def4c12e124588fc5d
6
+ metadata.gz: e714952d13b2f7703b4e991300d219e473b6510352731fe360acf4eb6c4a62e428061113316880ab79ad7fe025f70944a344d97e2019c934fbf64c80fa9a7e08
7
+ data.tar.gz: 8e70c728cb40bc9e4725e9efd5aaf93d5f989a8a0cd576d010f235ff78761308f10e5d8c36efc8625b8998c0cee2ab2bbadcf22b6e6f3d9512adf78eecce64e1
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-comprehend/customizations'
47
47
  # @service
48
48
  module Aws::Comprehend
49
49
 
50
- GEM_VERSION = '1.35.0'
50
+ GEM_VERSION = '1.36.0'
51
51
 
52
52
  end
@@ -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
- # The language of the input documents. All documents must be in the same
821
- # language. Only English ("en") is currently supported.
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.35.0'
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
- # The language of the input documents. All documents must be in the
874
- # same language. Only English ("en") is currently supported.
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 12 entity types can be used at one time to train an
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 is accepted. For most other APIs, such as those for
5203
- # Custom Classification, Amazon Comprehend accepts text in all supported
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.35.0
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-07-09 00:00:00.000000000 Z
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