aws-sdk-rekognition 1.0.0.rc16 → 1.0.0.rc17

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: 873e32d9f227dd8806878f3175cfe8b5c7a90602
4
- data.tar.gz: 4e2d59d1304e853294f24f8b90cf7ed69ade9ec3
3
+ metadata.gz: c924a785eb32af08aa3869ab1c8f193fadcae231
4
+ data.tar.gz: 985934ce28a88ffebe756a6e3b5bd8db9f5f7dd4
5
5
  SHA512:
6
- metadata.gz: 14a1c785c7c45ea12d4a345e721aaa2d4f7f1b252196889176f32c3d1c93f6859f174f83c3df5b5e57716b4d16ee461974894ca4c2ad82ed35f3d65510510afd
7
- data.tar.gz: eac4d59be7a20856d00302d47d68fa83ad570d818237d43a380e5e20a6fb58885f03c9c953ecbdc0bef58a36fb6c6c9c32cfdab8a6b491a4afb557b43bd12bd5
6
+ metadata.gz: ae3486b4a26548a9a2b6c428e43ea9da809bd760423c4b9431bf53ff389aa9491a1f55dc33d7a16c0a565f78c4702f9564f0b375def4e947ed945a6338820b16
7
+ data.tar.gz: 5e27fd0aef3a85c6db9c2c3f3dab8e5b83e6ae04240b010a3b52918c8de752785d4706fede8b28717ac93744ee54cd1224d0ceb472547789ffe6f25924a9bb7c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-rekognition/customizations'
42
42
  # @service
43
43
  module Aws::Rekognition
44
44
 
45
- GEM_VERSION = '1.0.0.rc16'
45
+ GEM_VERSION = '1.0.0.rc17'
46
46
 
47
47
  end
@@ -301,7 +301,7 @@ module Aws::Rekognition
301
301
  # resp.face_matches[0].face.bounding_box.top #=> Float
302
302
  # resp.face_matches[0].face.confidence #=> Float
303
303
  # resp.face_matches[0].face.landmarks #=> Array
304
- # resp.face_matches[0].face.landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
304
+ # resp.face_matches[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"
305
305
  # resp.face_matches[0].face.landmarks[0].x #=> Float
306
306
  # resp.face_matches[0].face.landmarks[0].y #=> Float
307
307
  # resp.face_matches[0].face.pose.roll #=> Float
@@ -316,7 +316,7 @@ module Aws::Rekognition
316
316
  # resp.unmatched_faces[0].bounding_box.top #=> Float
317
317
  # resp.unmatched_faces[0].confidence #=> Float
318
318
  # resp.unmatched_faces[0].landmarks #=> Array
319
- # resp.unmatched_faces[0].landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
319
+ # resp.unmatched_faces[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"
320
320
  # resp.unmatched_faces[0].landmarks[0].x #=> Float
321
321
  # resp.unmatched_faces[0].landmarks[0].y #=> Float
322
322
  # resp.unmatched_faces[0].pose.roll #=> Float
@@ -561,27 +561,27 @@ module Aws::Rekognition
561
561
  # confidence: 100,
562
562
  # landmarks: [
563
563
  # {
564
- # type: "EYE_LEFT",
564
+ # type: "eyeLeft",
565
565
  # x: 0.6394737362861633,
566
566
  # y: 0.40819624066352844,
567
567
  # },
568
568
  # {
569
- # type: "EYE_RIGHT",
569
+ # type: "eyeRight",
570
570
  # x: 0.7266660928726196,
571
571
  # y: 0.41039225459098816,
572
572
  # },
573
573
  # {
574
- # type: "NOSE_LEFT",
574
+ # type: "eyeRight",
575
575
  # x: 0.6912462115287781,
576
576
  # y: 0.44240960478782654,
577
577
  # },
578
578
  # {
579
- # type: "MOUTH_DOWN",
579
+ # type: "mouthDown",
580
580
  # x: 0.6306198239326477,
581
581
  # y: 0.46700039505958557,
582
582
  # },
583
583
  # {
584
- # type: "MOUTH_UP",
584
+ # type: "mouthUp",
585
585
  # x: 0.7215608954429626,
586
586
  # y: 0.47114261984825134,
587
587
  # },
@@ -629,7 +629,7 @@ module Aws::Rekognition
629
629
  # resp.face_details[0].eyeglasses.confidence #=> Float
630
630
  # resp.face_details[0].sunglasses.value #=> Boolean
631
631
  # resp.face_details[0].sunglasses.confidence #=> Float
632
- # resp.face_details[0].gender.value #=> String, one of "MALE", "FEMALE"
632
+ # resp.face_details[0].gender.value #=> String, one of "Male", "Female"
633
633
  # resp.face_details[0].gender.confidence #=> Float
634
634
  # resp.face_details[0].beard.value #=> Boolean
635
635
  # resp.face_details[0].beard.confidence #=> Float
@@ -643,7 +643,7 @@ module Aws::Rekognition
643
643
  # resp.face_details[0].emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
644
644
  # resp.face_details[0].emotions[0].confidence #=> Float
645
645
  # resp.face_details[0].landmarks #=> Array
646
- # resp.face_details[0].landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
646
+ # 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"
647
647
  # resp.face_details[0].landmarks[0].x #=> Float
648
648
  # resp.face_details[0].landmarks[0].y #=> Float
649
649
  # resp.face_details[0].pose.roll #=> Float
@@ -988,27 +988,27 @@ module Aws::Rekognition
988
988
  # confidence: 99.9991226196289,
989
989
  # landmarks: [
990
990
  # {
991
- # type: "EYE_LEFT",
991
+ # type: "eyeLeft",
992
992
  # x: 0.3976764678955078,
993
993
  # y: 0.6248345971107483,
994
994
  # },
995
995
  # {
996
- # type: "EYE_RIGHT",
996
+ # type: "eyeRight",
997
997
  # x: 0.4810936450958252,
998
998
  # y: 0.6317117214202881,
999
999
  # },
1000
1000
  # {
1001
- # type: "NOSE_LEFT",
1001
+ # type: "noseLeft",
1002
1002
  # x: 0.41986238956451416,
1003
1003
  # y: 0.7111940383911133,
1004
1004
  # },
1005
1005
  # {
1006
- # type: "MOUTH_DOWN",
1006
+ # type: "mouthDown",
1007
1007
  # x: 0.40525302290916443,
1008
1008
  # y: 0.7497701048851013,
1009
1009
  # },
1010
1010
  # {
1011
- # type: "MOUTH_UP",
1011
+ # type: "mouthUp",
1012
1012
  # x: 0.4753248989582062,
1013
1013
  # y: 0.7558549642562866,
1014
1014
  # },
@@ -1046,27 +1046,27 @@ module Aws::Rekognition
1046
1046
  # confidence: 99.99950408935547,
1047
1047
  # landmarks: [
1048
1048
  # {
1049
- # type: "EYE_LEFT",
1049
+ # type: "eyeLeft",
1050
1050
  # x: 0.6006892323493958,
1051
1051
  # y: 0.290842205286026,
1052
1052
  # },
1053
1053
  # {
1054
- # type: "EYE_RIGHT",
1054
+ # type: "eyeRight",
1055
1055
  # x: 0.6808141469955444,
1056
1056
  # y: 0.29609042406082153,
1057
1057
  # },
1058
1058
  # {
1059
- # type: "NOSE_LEFT",
1059
+ # type: "noseLeft",
1060
1060
  # x: 0.6395332217216492,
1061
1061
  # y: 0.3522595763206482,
1062
1062
  # },
1063
1063
  # {
1064
- # type: "MOUTH_DOWN",
1064
+ # type: "mouthDown",
1065
1065
  # x: 0.5892083048820496,
1066
1066
  # y: 0.38689887523651123,
1067
1067
  # },
1068
1068
  # {
1069
- # type: "MOUTH_UP",
1069
+ # type: "mouthUp",
1070
1070
  # x: 0.674560010433197,
1071
1071
  # y: 0.394125759601593,
1072
1072
  # },
@@ -1125,7 +1125,7 @@ module Aws::Rekognition
1125
1125
  # resp.face_records[0].face_detail.eyeglasses.confidence #=> Float
1126
1126
  # resp.face_records[0].face_detail.sunglasses.value #=> Boolean
1127
1127
  # resp.face_records[0].face_detail.sunglasses.confidence #=> Float
1128
- # resp.face_records[0].face_detail.gender.value #=> String, one of "MALE", "FEMALE"
1128
+ # resp.face_records[0].face_detail.gender.value #=> String, one of "Male", "Female"
1129
1129
  # resp.face_records[0].face_detail.gender.confidence #=> Float
1130
1130
  # resp.face_records[0].face_detail.beard.value #=> Boolean
1131
1131
  # resp.face_records[0].face_detail.beard.confidence #=> Float
@@ -1139,7 +1139,7 @@ module Aws::Rekognition
1139
1139
  # resp.face_records[0].face_detail.emotions[0].type #=> String, one of "HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN"
1140
1140
  # resp.face_records[0].face_detail.emotions[0].confidence #=> Float
1141
1141
  # resp.face_records[0].face_detail.landmarks #=> Array
1142
- # resp.face_records[0].face_detail.landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
1142
+ # 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"
1143
1143
  # resp.face_records[0].face_detail.landmarks[0].x #=> Float
1144
1144
  # resp.face_records[0].face_detail.landmarks[0].y #=> Float
1145
1145
  # resp.face_records[0].face_detail.pose.roll #=> Float
@@ -1465,7 +1465,7 @@ module Aws::Rekognition
1465
1465
  # resp.celebrity_faces[0].face.bounding_box.top #=> Float
1466
1466
  # resp.celebrity_faces[0].face.confidence #=> Float
1467
1467
  # resp.celebrity_faces[0].face.landmarks #=> Array
1468
- # resp.celebrity_faces[0].face.landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
1468
+ # resp.celebrity_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"
1469
1469
  # resp.celebrity_faces[0].face.landmarks[0].x #=> Float
1470
1470
  # resp.celebrity_faces[0].face.landmarks[0].y #=> Float
1471
1471
  # resp.celebrity_faces[0].face.pose.roll #=> Float
@@ -1481,7 +1481,7 @@ module Aws::Rekognition
1481
1481
  # resp.unrecognized_faces[0].bounding_box.top #=> Float
1482
1482
  # resp.unrecognized_faces[0].confidence #=> Float
1483
1483
  # resp.unrecognized_faces[0].landmarks #=> Array
1484
- # resp.unrecognized_faces[0].landmarks[0].type #=> String, one of "EYE_LEFT", "EYE_RIGHT", "NOSE", "MOUTH_LEFT", "MOUTH_RIGHT", "LEFT_EYEBROW_LEFT", "LEFT_EYEBROW_RIGHT", "LEFT_EYEBROW_UP", "RIGHT_EYEBROW_LEFT", "RIGHT_EYEBROW_RIGHT", "RIGHT_EYEBROW_UP", "LEFT_EYE_LEFT", "LEFT_EYE_RIGHT", "LEFT_EYE_UP", "LEFT_EYE_DOWN", "RIGHT_EYE_LEFT", "RIGHT_EYE_RIGHT", "RIGHT_EYE_UP", "RIGHT_EYE_DOWN", "NOSE_LEFT", "NOSE_RIGHT", "MOUTH_UP", "MOUTH_DOWN", "LEFT_PUPIL", "RIGHT_PUPIL"
1484
+ # resp.unrecognized_faces[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"
1485
1485
  # resp.unrecognized_faces[0].landmarks[0].x #=> Float
1486
1486
  # resp.unrecognized_faces[0].landmarks[0].y #=> Float
1487
1487
  # resp.unrecognized_faces[0].pose.roll #=> Float
@@ -1780,7 +1780,7 @@ module Aws::Rekognition
1780
1780
  params: params,
1781
1781
  config: config)
1782
1782
  context[:gem_name] = 'aws-sdk-rekognition'
1783
- context[:gem_version] = '1.0.0.rc16'
1783
+ context[:gem_version] = '1.0.0.rc17'
1784
1784
  Seahorse::Client::Request.new(handlers, context)
1785
1785
  end
1786
1786
 
@@ -1021,14 +1021,14 @@ module Aws::Rekognition
1021
1021
  #
1022
1022
  # @!attribute [rw] x
1023
1023
  # x-coordinate from the top left of the landmark expressed as the
1024
- # ration of the width of the image. For example, if the images is
1024
+ # ratio of the width of the image. For example, if the images is
1025
1025
  # 700x200 and the x-coordinate of the landmark is at 350 pixels, this
1026
1026
  # value is 0.5.
1027
1027
  # @return [Float]
1028
1028
  #
1029
1029
  # @!attribute [rw] y
1030
1030
  # y-coordinate from the top left of the landmark expressed as the
1031
- # ration of the height of the image. For example, if the images is
1031
+ # ratio of the height of the image. For example, if the images is
1032
1032
  # 700x200 and the y-coordinate of the landmark is at 100 pixels, this
1033
1033
  # value is 0.5.
1034
1034
  # @return [Float]
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.0.0.rc16
4
+ version: 1.0.0.rc17
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: 2017-08-15 00:00:00.000000000 Z
11
+ date: 2017-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core