aws-sdk-comprehend 1.5.0 → 1.6.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 +18 -18
- data/lib/aws-sdk-comprehend/types.rb +11 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65973f5e50ac2d312182c66cda9c2bbc63c8d300
|
4
|
+
data.tar.gz: 6e3d915ae744f6301a3972e7f8e4519671435d01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec57e847c2664437896a636e2f36de57facaf39b6f2860d54d85e563b5815d363381758375ccd51447a2bf1fb723292a40bcb33f101bb0809b6433355e5a1683
|
7
|
+
data.tar.gz: 29c712a697e7da3bdd00b3f19045ce382bcd744b0215493b1372258b90c55b61d53dc1823eb9df602c56aaf9f331fc7d0da97fb7ec5a9b240d2724cc725c9c87
|
data/lib/aws-sdk-comprehend.rb
CHANGED
@@ -254,7 +254,7 @@ module Aws::Comprehend
|
|
254
254
|
#
|
255
255
|
# resp = client.batch_detect_entities({
|
256
256
|
# text_list: ["String"], # required
|
257
|
-
# language_code: "en", # required, accepts en, es
|
257
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
258
258
|
# })
|
259
259
|
#
|
260
260
|
# @example Response structure
|
@@ -301,7 +301,7 @@ module Aws::Comprehend
|
|
301
301
|
#
|
302
302
|
# resp = client.batch_detect_key_phrases({
|
303
303
|
# text_list: ["String"], # required
|
304
|
-
# language_code: "en", # required, accepts en, es
|
304
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
305
305
|
# })
|
306
306
|
#
|
307
307
|
# @example Response structure
|
@@ -349,7 +349,7 @@ module Aws::Comprehend
|
|
349
349
|
#
|
350
350
|
# resp = client.batch_detect_sentiment({
|
351
351
|
# text_list: ["String"], # required
|
352
|
-
# language_code: "en", # required, accepts en, es
|
352
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
353
353
|
# })
|
354
354
|
#
|
355
355
|
# @example Response structure
|
@@ -397,7 +397,7 @@ module Aws::Comprehend
|
|
397
397
|
#
|
398
398
|
# resp = client.batch_detect_syntax({
|
399
399
|
# text_list: ["String"], # required
|
400
|
-
# language_code: "en", # required, accepts en
|
400
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
401
401
|
# })
|
402
402
|
#
|
403
403
|
# @example Response structure
|
@@ -492,7 +492,7 @@ module Aws::Comprehend
|
|
492
492
|
# resp.entities_detection_job_properties.input_data_config.s3_uri #=> String
|
493
493
|
# resp.entities_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
494
494
|
# resp.entities_detection_job_properties.output_data_config.s3_uri #=> String
|
495
|
-
# resp.entities_detection_job_properties.language_code #=> String, one of "en", "es"
|
495
|
+
# resp.entities_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
496
496
|
# resp.entities_detection_job_properties.data_access_role_arn #=> String
|
497
497
|
#
|
498
498
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DescribeEntitiesDetectionJob AWS API Documentation
|
@@ -532,7 +532,7 @@ module Aws::Comprehend
|
|
532
532
|
# resp.key_phrases_detection_job_properties.input_data_config.s3_uri #=> String
|
533
533
|
# resp.key_phrases_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
534
534
|
# resp.key_phrases_detection_job_properties.output_data_config.s3_uri #=> String
|
535
|
-
# resp.key_phrases_detection_job_properties.language_code #=> String, one of "en", "es"
|
535
|
+
# resp.key_phrases_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
536
536
|
# resp.key_phrases_detection_job_properties.data_access_role_arn #=> String
|
537
537
|
#
|
538
538
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DescribeKeyPhrasesDetectionJob AWS API Documentation
|
@@ -572,7 +572,7 @@ module Aws::Comprehend
|
|
572
572
|
# resp.sentiment_detection_job_properties.input_data_config.s3_uri #=> String
|
573
573
|
# resp.sentiment_detection_job_properties.input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
574
574
|
# resp.sentiment_detection_job_properties.output_data_config.s3_uri #=> String
|
575
|
-
# resp.sentiment_detection_job_properties.language_code #=> String, one of "en", "es"
|
575
|
+
# resp.sentiment_detection_job_properties.language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
576
576
|
# resp.sentiment_detection_job_properties.data_access_role_arn #=> String
|
577
577
|
#
|
578
578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DescribeSentimentDetectionJob AWS API Documentation
|
@@ -678,7 +678,7 @@ module Aws::Comprehend
|
|
678
678
|
#
|
679
679
|
# resp = client.detect_entities({
|
680
680
|
# text: "String", # required
|
681
|
-
# language_code: "en", # required, accepts en, es
|
681
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
682
682
|
# })
|
683
683
|
#
|
684
684
|
# @example Response structure
|
@@ -717,7 +717,7 @@ module Aws::Comprehend
|
|
717
717
|
#
|
718
718
|
# resp = client.detect_key_phrases({
|
719
719
|
# text: "String", # required
|
720
|
-
# language_code: "en", # required, accepts en, es
|
720
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
721
721
|
# })
|
722
722
|
#
|
723
723
|
# @example Response structure
|
@@ -757,7 +757,7 @@ module Aws::Comprehend
|
|
757
757
|
#
|
758
758
|
# resp = client.detect_sentiment({
|
759
759
|
# text: "String", # required
|
760
|
-
# language_code: "en", # required, accepts en, es
|
760
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
761
761
|
# })
|
762
762
|
#
|
763
763
|
# @example Response structure
|
@@ -796,7 +796,7 @@ module Aws::Comprehend
|
|
796
796
|
#
|
797
797
|
# resp = client.detect_syntax({
|
798
798
|
# text: "String", # required
|
799
|
-
# language_code: "en", # required, accepts en
|
799
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
800
800
|
# })
|
801
801
|
#
|
802
802
|
# @example Response structure
|
@@ -919,7 +919,7 @@ module Aws::Comprehend
|
|
919
919
|
# resp.entities_detection_job_properties_list[0].input_data_config.s3_uri #=> String
|
920
920
|
# resp.entities_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
921
921
|
# resp.entities_detection_job_properties_list[0].output_data_config.s3_uri #=> String
|
922
|
-
# resp.entities_detection_job_properties_list[0].language_code #=> String, one of "en", "es"
|
922
|
+
# resp.entities_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
923
923
|
# resp.entities_detection_job_properties_list[0].data_access_role_arn #=> String
|
924
924
|
# resp.next_token #=> String
|
925
925
|
#
|
@@ -976,7 +976,7 @@ module Aws::Comprehend
|
|
976
976
|
# resp.key_phrases_detection_job_properties_list[0].input_data_config.s3_uri #=> String
|
977
977
|
# resp.key_phrases_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
978
978
|
# resp.key_phrases_detection_job_properties_list[0].output_data_config.s3_uri #=> String
|
979
|
-
# resp.key_phrases_detection_job_properties_list[0].language_code #=> String, one of "en", "es"
|
979
|
+
# resp.key_phrases_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
980
980
|
# resp.key_phrases_detection_job_properties_list[0].data_access_role_arn #=> String
|
981
981
|
# resp.next_token #=> String
|
982
982
|
#
|
@@ -1033,7 +1033,7 @@ module Aws::Comprehend
|
|
1033
1033
|
# resp.sentiment_detection_job_properties_list[0].input_data_config.s3_uri #=> String
|
1034
1034
|
# resp.sentiment_detection_job_properties_list[0].input_data_config.input_format #=> String, one of "ONE_DOC_PER_FILE", "ONE_DOC_PER_LINE"
|
1035
1035
|
# resp.sentiment_detection_job_properties_list[0].output_data_config.s3_uri #=> String
|
1036
|
-
# resp.sentiment_detection_job_properties_list[0].language_code #=> String, one of "en", "es"
|
1036
|
+
# resp.sentiment_detection_job_properties_list[0].language_code #=> String, one of "en", "es", "fr", "de", "it", "pt"
|
1037
1037
|
# resp.sentiment_detection_job_properties_list[0].data_access_role_arn #=> String
|
1038
1038
|
# resp.next_token #=> String
|
1039
1039
|
#
|
@@ -1216,7 +1216,7 @@ module Aws::Comprehend
|
|
1216
1216
|
# },
|
1217
1217
|
# data_access_role_arn: "IamRoleArn", # required
|
1218
1218
|
# job_name: "JobName",
|
1219
|
-
# language_code: "en", # required, accepts en, es
|
1219
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1220
1220
|
# client_request_token: "ClientRequestTokenString",
|
1221
1221
|
# })
|
1222
1222
|
#
|
@@ -1284,7 +1284,7 @@ module Aws::Comprehend
|
|
1284
1284
|
# },
|
1285
1285
|
# data_access_role_arn: "IamRoleArn", # required
|
1286
1286
|
# job_name: "JobName",
|
1287
|
-
# language_code: "en", # required, accepts en, es
|
1287
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1288
1288
|
# client_request_token: "ClientRequestTokenString",
|
1289
1289
|
# })
|
1290
1290
|
#
|
@@ -1352,7 +1352,7 @@ module Aws::Comprehend
|
|
1352
1352
|
# },
|
1353
1353
|
# data_access_role_arn: "IamRoleArn", # required
|
1354
1354
|
# job_name: "JobName",
|
1355
|
-
# language_code: "en", # required, accepts en, es
|
1355
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1356
1356
|
# client_request_token: "ClientRequestTokenString",
|
1357
1357
|
# })
|
1358
1358
|
#
|
@@ -1621,7 +1621,7 @@ module Aws::Comprehend
|
|
1621
1621
|
params: params,
|
1622
1622
|
config: config)
|
1623
1623
|
context[:gem_name] = 'aws-sdk-comprehend'
|
1624
|
-
context[:gem_version] = '1.
|
1624
|
+
context[:gem_version] = '1.6.0'
|
1625
1625
|
Seahorse::Client::Request.new(handlers, context)
|
1626
1626
|
end
|
1627
1627
|
|
@@ -96,7 +96,7 @@ module Aws::Comprehend
|
|
96
96
|
#
|
97
97
|
# {
|
98
98
|
# text_list: ["String"], # required
|
99
|
-
# language_code: "en", # required, accepts en, es
|
99
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
100
100
|
# }
|
101
101
|
#
|
102
102
|
# @!attribute [rw] text_list
|
@@ -166,7 +166,7 @@ module Aws::Comprehend
|
|
166
166
|
#
|
167
167
|
# {
|
168
168
|
# text_list: ["String"], # required
|
169
|
-
# language_code: "en", # required, accepts en, es
|
169
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
170
170
|
# }
|
171
171
|
#
|
172
172
|
# @!attribute [rw] text_list
|
@@ -241,7 +241,7 @@ module Aws::Comprehend
|
|
241
241
|
#
|
242
242
|
# {
|
243
243
|
# text_list: ["String"], # required
|
244
|
-
# language_code: "en", # required, accepts en, es
|
244
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
245
245
|
# }
|
246
246
|
#
|
247
247
|
# @!attribute [rw] text_list
|
@@ -311,7 +311,7 @@ module Aws::Comprehend
|
|
311
311
|
#
|
312
312
|
# {
|
313
313
|
# text_list: ["String"], # required
|
314
|
-
# language_code: "en", # required, accepts en
|
314
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
315
315
|
# }
|
316
316
|
#
|
317
317
|
# @!attribute [rw] text_list
|
@@ -578,7 +578,7 @@ module Aws::Comprehend
|
|
578
578
|
#
|
579
579
|
# {
|
580
580
|
# text: "String", # required
|
581
|
-
# language_code: "en", # required, accepts en, es
|
581
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
582
582
|
# }
|
583
583
|
#
|
584
584
|
# @!attribute [rw] text
|
@@ -620,7 +620,7 @@ module Aws::Comprehend
|
|
620
620
|
#
|
621
621
|
# {
|
622
622
|
# text: "String", # required
|
623
|
-
# language_code: "en", # required, accepts en, es
|
623
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
624
624
|
# }
|
625
625
|
#
|
626
626
|
# @!attribute [rw] text
|
@@ -662,7 +662,7 @@ module Aws::Comprehend
|
|
662
662
|
#
|
663
663
|
# {
|
664
664
|
# text: "String", # required
|
665
|
-
# language_code: "en", # required, accepts en, es
|
665
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
666
666
|
# }
|
667
667
|
#
|
668
668
|
# @!attribute [rw] text
|
@@ -707,7 +707,7 @@ module Aws::Comprehend
|
|
707
707
|
#
|
708
708
|
# {
|
709
709
|
# text: "String", # required
|
710
|
-
# language_code: "en", # required, accepts en
|
710
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
711
711
|
# }
|
712
712
|
#
|
713
713
|
# @!attribute [rw] text
|
@@ -1779,7 +1779,7 @@ module Aws::Comprehend
|
|
1779
1779
|
# },
|
1780
1780
|
# data_access_role_arn: "IamRoleArn", # required
|
1781
1781
|
# job_name: "JobName",
|
1782
|
-
# language_code: "en", # required, accepts en, es
|
1782
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1783
1783
|
# client_request_token: "ClientRequestTokenString",
|
1784
1784
|
# }
|
1785
1785
|
#
|
@@ -1873,7 +1873,7 @@ module Aws::Comprehend
|
|
1873
1873
|
# },
|
1874
1874
|
# data_access_role_arn: "IamRoleArn", # required
|
1875
1875
|
# job_name: "JobName",
|
1876
|
-
# language_code: "en", # required, accepts en, es
|
1876
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1877
1877
|
# client_request_token: "ClientRequestTokenString",
|
1878
1878
|
# }
|
1879
1879
|
#
|
@@ -1967,7 +1967,7 @@ module Aws::Comprehend
|
|
1967
1967
|
# },
|
1968
1968
|
# data_access_role_arn: "IamRoleArn", # required
|
1969
1969
|
# job_name: "JobName",
|
1970
|
-
# language_code: "en", # required, accepts en, es
|
1970
|
+
# language_code: "en", # required, accepts en, es, fr, de, it, pt
|
1971
1971
|
# client_request_token: "ClientRequestTokenString",
|
1972
1972
|
# }
|
1973
1973
|
#
|
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.6.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: 2018-
|
11
|
+
date: 2018-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|