aws-sdk-rekognition 1.28.0 → 1.29.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
  SHA1:
3
- metadata.gz: a75a4dbc20bd84b7cea455f0bf9dc2021be23542
4
- data.tar.gz: 963a5b7c8b7c913c87a6a3876c08ce3ccd4f11c3
3
+ metadata.gz: '094a8dff1427639c05c6d91688a1324241aaa063'
4
+ data.tar.gz: 998bfbc452aa334dbb699e8babbde1b3f5b680d8
5
5
  SHA512:
6
- metadata.gz: 5d197c78722c7c60c4c9ce977f1a84232b82b7af736c99c77d26e6a6b24863edd69ab6643fedcbfe99f919b580ac1034c5f47e1742430f88a36ec3db6871ed2a
7
- data.tar.gz: fdbddda2db5f7667230fb54d4c538a3de2e51acd9fc78137497ab2a086c0eba6451b9ec8d3a9a8a955a338b8e44dc04ad48cab874365acbe642b6687eadf6dd9
6
+ metadata.gz: 495fef13a9487c316f613f7dd48b42f3ba4093380e33e4d4742a1e2c1b9a8fb199a805d5bf41320944c2e4612f2b427b2e975217c58ed193e45bdc7410600133
7
+ data.tar.gz: 272797c6d75c1418b456e7026aafdcf114e7e1852bd3dd9f4894deaab6dbb1bdd337bc784d5c8c41727297ce6d4de5026e3eed870deda114f54b54f9743eb50e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.28.0'
45
+ GEM_VERSION = '1.29.0'
46
46
 
47
47
  end
@@ -977,7 +977,7 @@ module Aws::Rekognition
977
977
  # resp.face_details[0].mouth_open.value #=> Boolean
978
978
  # resp.face_details[0].mouth_open.confidence #=> Float
979
979
  # resp.face_details[0].emotions #=> Array
980
- # resp.face_details[0].emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
980
+ # resp.face_details[0].emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
981
981
  # resp.face_details[0].emotions[0].confidence #=> Float
982
982
  # resp.face_details[0].landmarks #=> Array
983
983
  # resp.face_details[0].landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -1503,7 +1503,7 @@ module Aws::Rekognition
1503
1503
  # resp.celebrities[0].celebrity.face.mouth_open.value #=> Boolean
1504
1504
  # resp.celebrities[0].celebrity.face.mouth_open.confidence #=> Float
1505
1505
  # resp.celebrities[0].celebrity.face.emotions #=> Array
1506
- # resp.celebrities[0].celebrity.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
1506
+ # resp.celebrities[0].celebrity.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
1507
1507
  # resp.celebrities[0].celebrity.face.emotions[0].confidence #=> Float
1508
1508
  # resp.celebrities[0].celebrity.face.landmarks #=> Array
1509
1509
  # resp.celebrities[0].celebrity.face.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -1718,7 +1718,7 @@ module Aws::Rekognition
1718
1718
  # resp.faces[0].face.mouth_open.value #=> Boolean
1719
1719
  # resp.faces[0].face.mouth_open.confidence #=> Float
1720
1720
  # resp.faces[0].face.emotions #=> Array
1721
- # resp.faces[0].face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
1721
+ # resp.faces[0].face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
1722
1722
  # resp.faces[0].face.emotions[0].confidence #=> Float
1723
1723
  # resp.faces[0].face.landmarks #=> Array
1724
1724
  # resp.faces[0].face.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -1853,7 +1853,7 @@ module Aws::Rekognition
1853
1853
  # resp.persons[0].person.face.mouth_open.value #=> Boolean
1854
1854
  # resp.persons[0].person.face.mouth_open.confidence #=> Float
1855
1855
  # resp.persons[0].person.face.emotions #=> Array
1856
- # resp.persons[0].person.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
1856
+ # resp.persons[0].person.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
1857
1857
  # resp.persons[0].person.face.emotions[0].confidence #=> Float
1858
1858
  # resp.persons[0].person.face.landmarks #=> Array
1859
1859
  # resp.persons[0].person.face.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -2110,7 +2110,7 @@ module Aws::Rekognition
2110
2110
  # resp.persons[0].person.face.mouth_open.value #=> Boolean
2111
2111
  # resp.persons[0].person.face.mouth_open.confidence #=> Float
2112
2112
  # resp.persons[0].person.face.emotions #=> Array
2113
- # resp.persons[0].person.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
2113
+ # resp.persons[0].person.face.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
2114
2114
  # resp.persons[0].person.face.emotions[0].confidence #=> Float
2115
2115
  # resp.persons[0].person.face.landmarks #=> Array
2116
2116
  # resp.persons[0].person.face.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -2497,7 +2497,7 @@ module Aws::Rekognition
2497
2497
  # resp.face_records[0].face_detail.mouth_open.value #=> Boolean
2498
2498
  # resp.face_records[0].face_detail.mouth_open.confidence #=> Float
2499
2499
  # resp.face_records[0].face_detail.emotions #=> Array
2500
- # resp.face_records[0].face_detail.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
2500
+ # resp.face_records[0].face_detail.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
2501
2501
  # resp.face_records[0].face_detail.emotions[0].confidence #=> Float
2502
2502
  # resp.face_records[0].face_detail.landmarks #=> Array
2503
2503
  # resp.face_records[0].face_detail.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -2537,7 +2537,7 @@ module Aws::Rekognition
2537
2537
  # resp.unindexed_faces[0].face_detail.mouth_open.value #=> Boolean
2538
2538
  # resp.unindexed_faces[0].face_detail.mouth_open.confidence #=> Float
2539
2539
  # resp.unindexed_faces[0].face_detail.emotions #=> Array
2540
- # resp.unindexed_faces[0].face_detail.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
2540
+ # resp.unindexed_faces[0].face_detail.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR"
2541
2541
  # resp.unindexed_faces[0].face_detail.emotions[0].confidence #=> Float
2542
2542
  # resp.unindexed_faces[0].face_detail.landmarks #=> Array
2543
2543
  # resp.unindexed_faces[0].face_detail.landmarks[0].type #=> String, one of "eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight"
@@ -3758,7 +3758,7 @@ module Aws::Rekognition
3758
3758
  params: params,
3759
3759
  config: config)
3760
3760
  context[:gem_name] = 'aws-sdk-rekognition'
3761
- context[:gem_version] = '1.28.0'
3761
+ context[:gem_version] = '1.29.0'
3762
3762
  Seahorse::Client::Request.new(handlers, context)
3763
3763
  end
3764
3764
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rekognition
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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: 2019-07-25 00:00:00.000000000 Z
11
+ date: 2019-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core