Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Aug 24, 2017
1 parent 09b5937 commit 0c62257
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 44 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Feature - Aws::Rekognition - Updated the API, and documentation for Amazon Rekognition.

* Feature - Aws::SNS - MessageVerifier now support Lamdba message verification

2.10.32 (2017-08-23)
Expand Down
54 changes: 27 additions & 27 deletions aws-sdk-core/apis/rekognition/2016-06-27/api-2.json
Expand Up @@ -612,8 +612,8 @@
"GenderType":{
"type":"string",
"enum":[
"MALE",
"FEMALE"
"Male",
"Female"
]
},
"GetCelebrityInfoRequest":{
Expand Down Expand Up @@ -732,31 +732,31 @@
"LandmarkType":{
"type":"string",
"enum":[
"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"
"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"
]
},
"Landmarks":{
Expand Down
4 changes: 2 additions & 2 deletions aws-sdk-core/apis/rekognition/2016-06-27/docs-2.json
Expand Up @@ -332,8 +332,8 @@
"BoundingBox$Top": "<p>Top coordinate of the bounding box as a ratio of overall image height.</p>",
"ImageQuality$Brightness": "<p>Value representing brightness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a brighter face image.</p>",
"ImageQuality$Sharpness": "<p>Value representing sharpness of the face. The service returns a value between 0 and 100 (inclusive). A higher value indicates a sharper face image.</p>",
"Landmark$X": "<p>x-coordinate from the top left of the landmark expressed as the ration of the width of the image. For example, if the images is 700x200 and the x-coordinate of the landmark is at 350 pixels, this value is 0.5. </p>",
"Landmark$Y": "<p>y-coordinate from the top left of the landmark expressed as the ration of the height of the image. For example, if the images is 700x200 and the y-coordinate of the landmark is at 100 pixels, this value is 0.5.</p>"
"Landmark$X": "<p>x-coordinate from the top left of the landmark expressed as the ratio of the width of the image. For example, if the images is 700x200 and the x-coordinate of the landmark is at 350 pixels, this value is 0.5. </p>",
"Landmark$Y": "<p>y-coordinate from the top left of the landmark expressed as the ratio of the height of the image. For example, if the images is 700x200 and the y-coordinate of the landmark is at 100 pixels, this value is 0.5.</p>"
}
},
"Gender": {
Expand Down
30 changes: 15 additions & 15 deletions aws-sdk-core/apis/rekognition/2016-06-27/examples-1.json
Expand Up @@ -139,27 +139,27 @@
"Confidence": 100,
"Landmarks": [
{
"Type": "EYE_LEFT",
"Type": "eyeLeft",
"X": 0.6394737362861633,
"Y": 0.40819624066352844
},
{
"Type": "EYE_RIGHT",
"Type": "eyeRight",
"X": 0.7266660928726196,
"Y": 0.41039225459098816
},
{
"Type": "NOSE_LEFT",
"Type": "eyeRight",
"X": 0.6912462115287781,
"Y": 0.44240960478782654
},
{
"Type": "MOUTH_DOWN",
"Type": "mouthDown",
"X": 0.6306198239326477,
"Y": 0.46700039505958557
},
{
"Type": "MOUTH_UP",
"Type": "mouthUp",
"X": 0.7215608954429626,
"Y": 0.47114261984825134
}
Expand Down Expand Up @@ -262,27 +262,27 @@
"Confidence": 99.9991226196289,
"Landmarks": [
{
"Type": "EYE_LEFT",
"Type": "eyeLeft",
"X": 0.3976764678955078,
"Y": 0.6248345971107483
},
{
"Type": "EYE_RIGHT",
"Type": "eyeRight",
"X": 0.4810936450958252,
"Y": 0.6317117214202881
},
{
"Type": "NOSE_LEFT",
"Type": "noseLeft",
"X": 0.41986238956451416,
"Y": 0.7111940383911133
},
{
"Type": "MOUTH_DOWN",
"Type": "mouthDown",
"X": 0.40525302290916443,
"Y": 0.7497701048851013
},
{
"Type": "MOUTH_UP",
"Type": "mouthUp",
"X": 0.4753248989582062,
"Y": 0.7558549642562866
}
Expand Down Expand Up @@ -320,27 +320,27 @@
"Confidence": 99.99950408935547,
"Landmarks": [
{
"Type": "EYE_LEFT",
"Type": "eyeLeft",
"X": 0.6006892323493958,
"Y": 0.290842205286026
},
{
"Type": "EYE_RIGHT",
"Type": "eyeRight",
"X": 0.6808141469955444,
"Y": 0.29609042406082153
},
{
"Type": "NOSE_LEFT",
"Type": "noseLeft",
"X": 0.6395332217216492,
"Y": 0.3522595763206482
},
{
"Type": "MOUTH_DOWN",
"Type": "mouthDown",
"X": 0.5892083048820496,
"Y": 0.38689887523651123
},
{
"Type": "MOUTH_UP",
"Type": "mouthUp",
"X": 0.674560010433197,
"Y": 0.394125759601593
}
Expand Down

0 comments on commit 0c62257

Please sign in to comment.