Switch to using the dep tool and update all the dependencies

This commit is contained in:
Nick Craig-Wood 2017-05-11 15:39:54 +01:00
parent 5135ff73cb
commit 98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions

View file

@ -0,0 +1,889 @@
{
"version":"2.0",
"metadata":{
"apiVersion":"2016-06-27",
"endpointPrefix":"rekognition",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"Amazon Rekognition",
"signatureVersion":"v4",
"targetPrefix":"RekognitionService",
"uid":"rekognition-2016-06-27"
},
"operations":{
"CompareFaces":{
"name":"CompareFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CompareFacesRequest"},
"output":{"shape":"CompareFacesResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"InvalidS3ObjectException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidImageFormatException"}
]
},
"CreateCollection":{
"name":"CreateCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateCollectionRequest"},
"output":{"shape":"CreateCollectionResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceAlreadyExistsException"}
]
},
"DeleteCollection":{
"name":"DeleteCollection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteCollectionRequest"},
"output":{"shape":"DeleteCollectionResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceNotFoundException"}
]
},
"DeleteFaces":{
"name":"DeleteFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteFacesRequest"},
"output":{"shape":"DeleteFacesResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceNotFoundException"}
]
},
"DetectFaces":{
"name":"DetectFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetectFacesRequest"},
"output":{"shape":"DetectFacesResponse"},
"errors":[
{"shape":"InvalidS3ObjectException"},
{"shape":"InvalidParameterException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidImageFormatException"}
]
},
"DetectLabels":{
"name":"DetectLabels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetectLabelsRequest"},
"output":{"shape":"DetectLabelsResponse"},
"errors":[
{"shape":"InvalidS3ObjectException"},
{"shape":"InvalidParameterException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidImageFormatException"}
]
},
"DetectModerationLabels":{
"name":"DetectModerationLabels",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DetectModerationLabelsRequest"},
"output":{"shape":"DetectModerationLabelsResponse"},
"errors":[
{"shape":"InvalidS3ObjectException"},
{"shape":"InvalidParameterException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidImageFormatException"}
]
},
"IndexFaces":{
"name":"IndexFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"IndexFacesRequest"},
"output":{"shape":"IndexFacesResponse"},
"errors":[
{"shape":"InvalidS3ObjectException"},
{"shape":"InvalidParameterException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidImageFormatException"}
]
},
"ListCollections":{
"name":"ListCollections",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListCollectionsRequest"},
"output":{"shape":"ListCollectionsResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidPaginationTokenException"},
{"shape":"ResourceNotFoundException"}
]
},
"ListFaces":{
"name":"ListFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListFacesRequest"},
"output":{"shape":"ListFacesResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"InvalidPaginationTokenException"},
{"shape":"ResourceNotFoundException"}
]
},
"SearchFaces":{
"name":"SearchFaces",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SearchFacesRequest"},
"output":{"shape":"SearchFacesResponse"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceNotFoundException"}
]
},
"SearchFacesByImage":{
"name":"SearchFacesByImage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SearchFacesByImageRequest"},
"output":{"shape":"SearchFacesByImageResponse"},
"errors":[
{"shape":"InvalidS3ObjectException"},
{"shape":"InvalidParameterException"},
{"shape":"ImageTooLargeException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalServerError"},
{"shape":"ThrottlingException"},
{"shape":"ProvisionedThroughputExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidImageFormatException"}
]
}
},
"shapes":{
"AccessDeniedException":{
"type":"structure",
"members":{
},
"exception":true
},
"AgeRange":{
"type":"structure",
"members":{
"Low":{"shape":"UInteger"},
"High":{"shape":"UInteger"}
}
},
"Attribute":{
"type":"string",
"enum":[
"DEFAULT",
"ALL"
]
},
"Attributes":{
"type":"list",
"member":{"shape":"Attribute"}
},
"Beard":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"Boolean":{"type":"boolean"},
"BoundingBox":{
"type":"structure",
"members":{
"Width":{"shape":"Float"},
"Height":{"shape":"Float"},
"Left":{"shape":"Float"},
"Top":{"shape":"Float"}
}
},
"CollectionId":{
"type":"string",
"max":255,
"min":1,
"pattern":"[a-zA-Z0-9_.\\-]+"
},
"CollectionIdList":{
"type":"list",
"member":{"shape":"CollectionId"}
},
"CompareFacesMatch":{
"type":"structure",
"members":{
"Similarity":{"shape":"Percent"},
"Face":{"shape":"ComparedFace"}
}
},
"CompareFacesMatchList":{
"type":"list",
"member":{"shape":"CompareFacesMatch"}
},
"CompareFacesRequest":{
"type":"structure",
"required":[
"SourceImage",
"TargetImage"
],
"members":{
"SourceImage":{"shape":"Image"},
"TargetImage":{"shape":"Image"},
"SimilarityThreshold":{"shape":"Percent"}
}
},
"CompareFacesResponse":{
"type":"structure",
"members":{
"SourceImageFace":{"shape":"ComparedSourceImageFace"},
"FaceMatches":{"shape":"CompareFacesMatchList"}
}
},
"ComparedFace":{
"type":"structure",
"members":{
"BoundingBox":{"shape":"BoundingBox"},
"Confidence":{"shape":"Percent"}
}
},
"ComparedSourceImageFace":{
"type":"structure",
"members":{
"BoundingBox":{"shape":"BoundingBox"},
"Confidence":{"shape":"Percent"}
}
},
"CreateCollectionRequest":{
"type":"structure",
"required":["CollectionId"],
"members":{
"CollectionId":{"shape":"CollectionId"}
}
},
"CreateCollectionResponse":{
"type":"structure",
"members":{
"StatusCode":{"shape":"UInteger"},
"CollectionArn":{"shape":"String"}
}
},
"Degree":{
"type":"float",
"max":180,
"min":-180
},
"DeleteCollectionRequest":{
"type":"structure",
"required":["CollectionId"],
"members":{
"CollectionId":{"shape":"CollectionId"}
}
},
"DeleteCollectionResponse":{
"type":"structure",
"members":{
"StatusCode":{"shape":"UInteger"}
}
},
"DeleteFacesRequest":{
"type":"structure",
"required":[
"CollectionId",
"FaceIds"
],
"members":{
"CollectionId":{"shape":"CollectionId"},
"FaceIds":{"shape":"FaceIdList"}
}
},
"DeleteFacesResponse":{
"type":"structure",
"members":{
"DeletedFaces":{"shape":"FaceIdList"}
}
},
"DetectFacesRequest":{
"type":"structure",
"required":["Image"],
"members":{
"Image":{"shape":"Image"},
"Attributes":{"shape":"Attributes"}
}
},
"DetectFacesResponse":{
"type":"structure",
"members":{
"FaceDetails":{"shape":"FaceDetailList"},
"OrientationCorrection":{"shape":"OrientationCorrection"}
}
},
"DetectLabelsRequest":{
"type":"structure",
"required":["Image"],
"members":{
"Image":{"shape":"Image"},
"MaxLabels":{"shape":"UInteger"},
"MinConfidence":{"shape":"Percent"}
}
},
"DetectLabelsResponse":{
"type":"structure",
"members":{
"Labels":{"shape":"Labels"},
"OrientationCorrection":{"shape":"OrientationCorrection"}
}
},
"DetectModerationLabelsRequest":{
"type":"structure",
"required":["Image"],
"members":{
"Image":{"shape":"Image"},
"MinConfidence":{"shape":"Percent"}
}
},
"DetectModerationLabelsResponse":{
"type":"structure",
"members":{
"ModerationLabels":{"shape":"ModerationLabels"}
}
},
"Emotion":{
"type":"structure",
"members":{
"Type":{"shape":"EmotionName"},
"Confidence":{"shape":"Percent"}
}
},
"EmotionName":{
"type":"string",
"enum":[
"HAPPY",
"SAD",
"ANGRY",
"CONFUSED",
"DISGUSTED",
"SURPRISED",
"CALM",
"UNKNOWN"
]
},
"Emotions":{
"type":"list",
"member":{"shape":"Emotion"}
},
"ExternalImageId":{
"type":"string",
"max":255,
"min":1,
"pattern":"[a-zA-Z0-9_.\\-:]+"
},
"EyeOpen":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"Eyeglasses":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"Face":{
"type":"structure",
"members":{
"FaceId":{"shape":"FaceId"},
"BoundingBox":{"shape":"BoundingBox"},
"ImageId":{"shape":"ImageId"},
"ExternalImageId":{"shape":"ExternalImageId"},
"Confidence":{"shape":"Percent"}
}
},
"FaceDetail":{
"type":"structure",
"members":{
"BoundingBox":{"shape":"BoundingBox"},
"AgeRange":{"shape":"AgeRange"},
"Smile":{"shape":"Smile"},
"Eyeglasses":{"shape":"Eyeglasses"},
"Sunglasses":{"shape":"Sunglasses"},
"Gender":{"shape":"Gender"},
"Beard":{"shape":"Beard"},
"Mustache":{"shape":"Mustache"},
"EyesOpen":{"shape":"EyeOpen"},
"MouthOpen":{"shape":"MouthOpen"},
"Emotions":{"shape":"Emotions"},
"Landmarks":{"shape":"Landmarks"},
"Pose":{"shape":"Pose"},
"Quality":{"shape":"ImageQuality"},
"Confidence":{"shape":"Percent"}
}
},
"FaceDetailList":{
"type":"list",
"member":{"shape":"FaceDetail"}
},
"FaceId":{
"type":"string",
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
"FaceIdList":{
"type":"list",
"member":{"shape":"FaceId"},
"max":4096,
"min":1
},
"FaceList":{
"type":"list",
"member":{"shape":"Face"}
},
"FaceMatch":{
"type":"structure",
"members":{
"Similarity":{"shape":"Percent"},
"Face":{"shape":"Face"}
}
},
"FaceMatchList":{
"type":"list",
"member":{"shape":"FaceMatch"}
},
"FaceRecord":{
"type":"structure",
"members":{
"Face":{"shape":"Face"},
"FaceDetail":{"shape":"FaceDetail"}
}
},
"FaceRecordList":{
"type":"list",
"member":{"shape":"FaceRecord"}
},
"Float":{"type":"float"},
"Gender":{
"type":"structure",
"members":{
"Value":{"shape":"GenderType"},
"Confidence":{"shape":"Percent"}
}
},
"GenderType":{
"type":"string",
"enum":[
"MALE",
"FEMALE"
]
},
"Image":{
"type":"structure",
"members":{
"Bytes":{"shape":"ImageBlob"},
"S3Object":{"shape":"S3Object"}
}
},
"ImageBlob":{
"type":"blob",
"max":5242880,
"min":1
},
"ImageId":{
"type":"string",
"pattern":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
"ImageQuality":{
"type":"structure",
"members":{
"Brightness":{"shape":"Float"},
"Sharpness":{"shape":"Float"}
}
},
"ImageTooLargeException":{
"type":"structure",
"members":{
},
"exception":true
},
"IndexFacesRequest":{
"type":"structure",
"required":[
"CollectionId",
"Image"
],
"members":{
"CollectionId":{"shape":"CollectionId"},
"Image":{"shape":"Image"},
"ExternalImageId":{"shape":"ExternalImageId"},
"DetectionAttributes":{"shape":"Attributes"}
}
},
"IndexFacesResponse":{
"type":"structure",
"members":{
"FaceRecords":{"shape":"FaceRecordList"},
"OrientationCorrection":{"shape":"OrientationCorrection"}
}
},
"InternalServerError":{
"type":"structure",
"members":{
},
"exception":true,
"fault":true
},
"InvalidImageFormatException":{
"type":"structure",
"members":{
},
"exception":true
},
"InvalidPaginationTokenException":{
"type":"structure",
"members":{
},
"exception":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
},
"exception":true
},
"InvalidS3ObjectException":{
"type":"structure",
"members":{
},
"exception":true
},
"Label":{
"type":"structure",
"members":{
"Name":{"shape":"String"},
"Confidence":{"shape":"Percent"}
}
},
"Labels":{
"type":"list",
"member":{"shape":"Label"}
},
"Landmark":{
"type":"structure",
"members":{
"Type":{"shape":"LandmarkType"},
"X":{"shape":"Float"},
"Y":{"shape":"Float"}
}
},
"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"
]
},
"Landmarks":{
"type":"list",
"member":{"shape":"Landmark"}
},
"ListCollectionsRequest":{
"type":"structure",
"members":{
"NextToken":{"shape":"PaginationToken"},
"MaxResults":{"shape":"PageSize"}
}
},
"ListCollectionsResponse":{
"type":"structure",
"members":{
"CollectionIds":{"shape":"CollectionIdList"},
"NextToken":{"shape":"PaginationToken"}
}
},
"ListFacesRequest":{
"type":"structure",
"required":["CollectionId"],
"members":{
"CollectionId":{"shape":"CollectionId"},
"NextToken":{"shape":"PaginationToken"},
"MaxResults":{"shape":"PageSize"}
}
},
"ListFacesResponse":{
"type":"structure",
"members":{
"Faces":{"shape":"FaceList"},
"NextToken":{"shape":"String"}
}
},
"MaxFaces":{
"type":"integer",
"max":4096,
"min":1
},
"ModerationLabel":{
"type":"structure",
"members":{
"Confidence":{"shape":"Percent"},
"Name":{"shape":"String"},
"ParentName":{"shape":"String"}
}
},
"ModerationLabels":{
"type":"list",
"member":{"shape":"ModerationLabel"}
},
"MouthOpen":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"Mustache":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"OrientationCorrection":{
"type":"string",
"enum":[
"ROTATE_0",
"ROTATE_90",
"ROTATE_180",
"ROTATE_270"
]
},
"PageSize":{
"type":"integer",
"max":4096,
"min":0
},
"PaginationToken":{
"type":"string",
"max":255
},
"Percent":{
"type":"float",
"max":100,
"min":0
},
"Pose":{
"type":"structure",
"members":{
"Roll":{"shape":"Degree"},
"Yaw":{"shape":"Degree"},
"Pitch":{"shape":"Degree"}
}
},
"ProvisionedThroughputExceededException":{
"type":"structure",
"members":{
},
"exception":true
},
"ResourceAlreadyExistsException":{
"type":"structure",
"members":{
},
"exception":true
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
},
"exception":true
},
"S3Bucket":{
"type":"string",
"max":255,
"min":3,
"pattern":"[0-9A-Za-z\\.\\-_]*"
},
"S3Object":{
"type":"structure",
"members":{
"Bucket":{"shape":"S3Bucket"},
"Name":{"shape":"S3ObjectName"},
"Version":{"shape":"S3ObjectVersion"}
}
},
"S3ObjectName":{
"type":"string",
"max":1024,
"min":1
},
"S3ObjectVersion":{
"type":"string",
"max":1024,
"min":1
},
"SearchFacesByImageRequest":{
"type":"structure",
"required":[
"CollectionId",
"Image"
],
"members":{
"CollectionId":{"shape":"CollectionId"},
"Image":{"shape":"Image"},
"MaxFaces":{"shape":"MaxFaces"},
"FaceMatchThreshold":{"shape":"Percent"}
}
},
"SearchFacesByImageResponse":{
"type":"structure",
"members":{
"SearchedFaceBoundingBox":{"shape":"BoundingBox"},
"SearchedFaceConfidence":{"shape":"Percent"},
"FaceMatches":{"shape":"FaceMatchList"}
}
},
"SearchFacesRequest":{
"type":"structure",
"required":[
"CollectionId",
"FaceId"
],
"members":{
"CollectionId":{"shape":"CollectionId"},
"FaceId":{"shape":"FaceId"},
"MaxFaces":{"shape":"MaxFaces"},
"FaceMatchThreshold":{"shape":"Percent"}
}
},
"SearchFacesResponse":{
"type":"structure",
"members":{
"SearchedFaceId":{"shape":"FaceId"},
"FaceMatches":{"shape":"FaceMatchList"}
}
},
"Smile":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"String":{"type":"string"},
"Sunglasses":{
"type":"structure",
"members":{
"Value":{"shape":"Boolean"},
"Confidence":{"shape":"Percent"}
}
},
"ThrottlingException":{
"type":"structure",
"members":{
},
"exception":true,
"fault":true
},
"UInteger":{
"type":"integer",
"min":0
}
}
}

View file

@ -0,0 +1,627 @@
{
"version": "2.0",
"service": "<p>This is the Amazon Rekognition API reference.</p>",
"operations": {
"CompareFaces": "<p>Compares a face in the <i>source</i> input image with each face detected in the <i>target</i> input image. </p> <note> <p> If the source image contains multiple faces, the service detects the largest face and uses it to compare with each face detected in the target image. </p> </note> <p>In response, the operation returns an array of face matches ordered by similarity score with the highest similarity scores first. For each face match, the response provides a bounding box of the face and <code>confidence</code> value (indicating the level of confidence that the bounding box contains a face). The response also provides a <code>similarity</code> score, which indicates how closely the faces match. </p> <note> <p>By default, only faces with the similarity score of greater than or equal to 80% are returned in the response. You can change this value.</p> </note> <p>In addition to the face matches, the response returns information about the face in the source image, including the bounding box of the face and confidence value.</p> <note> <p> This is a stateless API operation. That is, the operation does not persist any data.</p> </note> <p>For an example, see <a>get-started-exercise-compare-faces</a> </p> <p>This operation requires permissions to perform the <code>rekognition:CompareFaces</code> action.</p>",
"CreateCollection": "<p>Creates a collection in an AWS Region. You can add faces to the collection using the operation. </p> <p>For example, you might create collections, one for each of your application users. A user can then index faces using the <code>IndexFaces</code> operation and persist results in a specific collection. Then, a user can search the collection for faces in the user-specific container. </p> <p>For an example, see <a>example1</a>. </p> <p>This operation requires permissions to perform the <code>rekognition:CreateCollection</code> action.</p>",
"DeleteCollection": "<p>Deletes the specified collection. Note that this operation removes all faces in the collection. For an example, see <a>example1</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:DeleteCollection</code> action.</p>",
"DeleteFaces": "<p>Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection.</p> <p>This operation requires permissions to perform the <code>rekognition:DeleteFaces</code> action.</p>",
"DetectFaces": "<p>Detects faces within an image (JPEG or PNG) that is provided as input.</p> <p> For each face detected, the operation returns face details including a bounding box of the face, a confidence value (that the bounding box contains a face), and a fixed set of attributes such as facial landmarks (for example, coordinates of eye and mouth), gender, presence of beard, sunglasses, etc. </p> <p>The face-detection algorithm is most effective on frontal faces. For non-frontal or obscured faces, the algorithm may not detect the faces or might detect faces with lower confidence. </p> <note> <p>This is a stateless API operation. That is, the operation does not persist any data.</p> </note> <p>For an example, see <a>get-started-exercise-detect-faces</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:DetectFaces</code> action. </p>",
"DetectLabels": "<p>Detects instances of real-world labels within an image (JPEG or PNG) provided as input. This includes objects like flower, tree, and table; events like wedding, graduation, and birthday party; and concepts like landscape, evening, and nature. For an example, see <a>get-started-exercise-detect-labels</a>.</p> <p> For each object, scene, and concept the API returns one or more labels. Each label provides the object name, and the level of confidence that the image contains the object. For example, suppose the input image has a lighthouse, the sea, and a rock. The response will include all three labels, one for each object. </p> <p> <code>{Name: lighthouse, Confidence: 98.4629}</code> </p> <p> <code>{Name: rock,Confidence: 79.2097}</code> </p> <p> <code> {Name: sea,Confidence: 75.061}</code> </p> <p> In the preceding example, the operation returns one label for each of the three objects. The operation can also return multiple labels for the same object in the image. For example, if the input image shows a flower (for example, a tulip), the operation might return the following three labels. </p> <p> <code>{Name: flower,Confidence: 99.0562}</code> </p> <p> <code>{Name: plant,Confidence: 99.0562}</code> </p> <p> <code>{Name: tulip,Confidence: 99.0562}</code> </p> <p>In this example, the detection algorithm more precisely identifies the flower as a tulip.</p> <p>You can provide the input image as an S3 object or as base64-encoded bytes. In response, the API returns an array of labels. In addition, the response also includes the orientation correction. Optionally, you can specify <code>MinConfidence</code> to control the confidence threshold for the labels returned. The default is 50%. You can also add the <code>MaxLabels</code> parameter to limit the number of labels returned. </p> <note> <p>If the object detected is a person, the operation doesn't provide the same facial details that the <a>DetectFaces</a> operation provides.</p> </note> <p>This is a stateless API operation. That is, the operation does not persist any data.</p> <p>This operation requires permissions to perform the <code>rekognition:DetectLabels</code> action. </p>",
"DetectModerationLabels": "<p>Detects explicit or suggestive adult content in a specified .jpeg or .png image. Use <code>DetectModerationLabels</code> to moderate images depending on your requirements. For example, you might want to filter images that contain nudity, but not images containing suggestive content.</p> <p>To filter images, use the labels returned by <code>DetectModerationLabels</code> to determine which types of content are appropriate. For information about moderation labels, see <a>howitworks-moderateimage</a>.</p>",
"IndexFaces": "<p>Detects faces in the input image and adds them to the specified collection. </p> <p> Amazon Rekognition does not save the actual faces detected. Instead, the underlying detection algorithm first detects the faces in the input image, and for each face extracts facial features into a feature vector, and stores it in the back-end database. Amazon Rekognition uses feature vectors when performing face match and search operations using the and operations. </p> <p>If you provide the optional <code>externalImageID</code> for the input image you provided, Amazon Rekognition associates this ID with all faces that it detects. When you call the operation, the response returns the external ID. You can use this external image ID to create a client-side index to associate the faces with each image. You can then use the index to find all faces in an image. </p> <p>In response, the operation returns an array of metadata for all detected faces. This includes, the bounding box of the detected face, confidence value (indicating the bounding box contains a face), a face ID assigned by the service for each face that is detected and stored, and an image ID assigned by the service for the input image If you request all facial attributes (using the <code>detectionAttributes</code> parameter, Amazon Rekognition returns detailed facial attributes such as facial landmarks (for example, location of eye and mount) and other facial attributes such gender. If you provide the same image, specify the same collection, and use the same external ID in the <code>IndexFaces</code> operation, Amazon Rekognition doesn't save duplicate face metadata. </p> <p>For an example, see <a>example2</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:IndexFaces</code> action.</p>",
"ListCollections": "<p>Returns list of collection IDs in your account. If the result is truncated, the response also provides a <code>NextToken</code> that you can use in the subsequent request to fetch the next set of collection IDs.</p> <p>For an example, see <a>example1</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:ListCollections</code> action.</p>",
"ListFaces": "<p>Returns metadata for faces in the specified collection. This metadata includes information such as the bounding box coordinates, the confidence (that the bounding box contains a face), and face ID. For an example, see <a>example3</a>. </p> <p>This operation requires permissions to perform the <code>rekognition:ListFaces</code> action.</p>",
"SearchFaces": "<p>For a given input face ID, searches for matching faces in the collection the face belongs to. You get a face ID when you add a face to the collection using the <a>IndexFaces</a> operation. The operation compares the features of the input face with faces in the specified collection. </p> <note> <p>You can also search faces without indexing faces by using the <code>SearchFacesByImage</code> operation.</p> </note> <p> The operation response returns an array of faces that match, ordered by similarity score with the highest similarity first. More specifically, it is an array of metadata for each face match that is found. Along with the metadata, the response also includes a <code>confidence</code> value for each face match, indicating the confidence that the specific face matches the input face. </p> <p>For an example, see <a>example3</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:SearchFaces</code> action.</p>",
"SearchFacesByImage": "<p>For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces. The operation compares the features of the input face with faces in the specified collection. </p> <note> <p> To search for all faces in an input image, you might first call the operation, and then use the face IDs returned in subsequent calls to the operation. </p> <p> You can also call the <code>DetectFaces</code> operation and use the bounding boxes in the response to make face crops, which then you can pass in to the <code>SearchFacesByImage</code> operation. </p> </note> <p> The response returns an array of faces that match, ordered by similarity score with the highest similarity first. More specifically, it is an array of metadata for each face match found. Along with the metadata, the response also includes a <code>similarity</code> indicating how similar the face is to the input face. In the response, the operation also returns the bounding box (and a confidence level that the bounding box contains a face) of the face that Amazon Rekognition used for the input image. </p> <p>For an example, see <a>example3</a>.</p> <p>This operation requires permissions to perform the <code>rekognition:SearchFacesByImage</code> action.</p>"
},
"shapes": {
"AccessDeniedException": {
"base": "<p>You are not authorized to perform the action.</p>",
"refs": {
}
},
"AgeRange": {
"base": "<p>Structure containing the estimated age range, in years, for a face.</p> <p>Rekognition estimates an age-range for faces detected in the input image. Estimated age ranges can overlap; a face of a 5 year old may have an estimated range of 4-6 whilst the face of a 6 year old may have an estimated range of 4-8.</p>",
"refs": {
"FaceDetail$AgeRange": "<p>The estimated age range, in years, for the face. Low represents the lowest estimated age and High represents the highest estimated age.</p>"
}
},
"Attribute": {
"base": null,
"refs": {
"Attributes$member": null
}
},
"Attributes": {
"base": null,
"refs": {
"DetectFacesRequest$Attributes": "<p>A list of facial attributes you want to be returned. This can be the default list of attributes or all attributes. If you don't specify a value for <code>Attributes</code> or if you specify <code>[\"DEFAULT\"]</code>, the API returns the following subset of facial attributes: <code>BoundingBox</code>, <code>Confidence</code>, <code>Pose</code>, <code>Quality</code> and <code>Landmarks</code>. If you provide <code>[\"ALL\"]</code>, all facial attributes are returned but the operation will take longer to complete.</p> <p>If you provide both, <code>[\"ALL\", \"DEFAULT\"]</code>, the service uses a logical AND operator to determine which attributes to return (in this case, all attributes). </p>",
"IndexFacesRequest$DetectionAttributes": "<p>A list of facial attributes that you want to be returned. This can be the default list of attributes or all attributes. If you don't specify a value for <code>Attributes</code> or if you specify <code>[\"DEFAULT\"]</code>, the API returns the following subset of facial attributes: <code>BoundingBox</code>, <code>Confidence</code>, <code>Pose</code>, <code>Quality</code> and <code>Landmarks</code>. If you provide <code>[\"ALL\"]</code>, all facial attributes are returned but the operation will take longer to complete.</p> <p>If you provide both, <code>[\"ALL\", \"DEFAULT\"]</code>, the service uses a logical AND operator to determine which attributes to return (in this case, all attributes). </p>"
}
},
"Beard": {
"base": "<p>Indicates whether or not the face has a beard, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Beard": "<p>Indicates whether or not the face has a beard, and the confidence level in the determination.</p>"
}
},
"Boolean": {
"base": null,
"refs": {
"Beard$Value": "<p>Boolean value that indicates whether the face has beard or not.</p>",
"EyeOpen$Value": "<p>Boolean value that indicates whether the eyes on the face are open.</p>",
"Eyeglasses$Value": "<p>Boolean value that indicates whether the face is wearing eye glasses or not.</p>",
"MouthOpen$Value": "<p>Boolean value that indicates whether the mouth on the face is open or not.</p>",
"Mustache$Value": "<p>Boolean value that indicates whether the face has mustache or not.</p>",
"Smile$Value": "<p>Boolean value that indicates whether the face is smiling or not.</p>",
"Sunglasses$Value": "<p>Boolean value that indicates whether the face is wearing sunglasses or not.</p>"
}
},
"BoundingBox": {
"base": "<p>Identifies the bounding box around the object or face. The <code>left</code> (x-coordinate) and <code>top</code> (y-coordinate) are coordinates representing the top and left sides of the bounding box. Note that the upper-left corner of the image is the origin (0,0). </p> <p>The <code>top</code> and <code>left</code> values returned are ratios of the overall image size. For example, if the input image is 700x200 pixels, and the top-left coordinate of the bounding box is 350x50 pixels, the API returns a <code>left</code> value of 0.5 (350/700) and a <code>top</code> value of 0.25 (50/200).</p> <p> The <code>width</code> and <code>height</code> values represent the dimensions of the bounding box as a ratio of the overall image dimension. For example, if the input image is 700x200 pixels, and the bounding box width is 70 pixels, the width returned is 0.1. </p> <note> <p> The bounding box coordinates can have negative values. For example, if Amazon Rekognition is able to detect a face that is at the image edge and is only partially visible, the service can return coordinates that are outside the image bounds and, depending on the image edge, you might get negative values or values greater than 1 for the <code>left</code> or <code>top</code> values. </p> </note>",
"refs": {
"ComparedFace$BoundingBox": null,
"ComparedSourceImageFace$BoundingBox": null,
"Face$BoundingBox": null,
"FaceDetail$BoundingBox": "<p>Bounding box of the face.</p>",
"SearchFacesByImageResponse$SearchedFaceBoundingBox": "<p>The bounding box around the face in the input image that Amazon Rekognition used for the search.</p>"
}
},
"CollectionId": {
"base": null,
"refs": {
"CollectionIdList$member": null,
"CreateCollectionRequest$CollectionId": "<p>ID for the collection that you are creating.</p>",
"DeleteCollectionRequest$CollectionId": "<p>ID of the collection to delete.</p>",
"DeleteFacesRequest$CollectionId": "<p>Collection from which to remove the specific faces.</p>",
"IndexFacesRequest$CollectionId": "<p>The ID of an existing collection to which you want to add the faces that are detected in the input images.</p>",
"ListFacesRequest$CollectionId": "<p>ID of the collection from which to list the faces.</p>",
"SearchFacesByImageRequest$CollectionId": "<p>ID of the collection to search.</p>",
"SearchFacesRequest$CollectionId": "<p>ID of the collection the face belongs to.</p>"
}
},
"CollectionIdList": {
"base": null,
"refs": {
"ListCollectionsResponse$CollectionIds": "<p>An array of collection IDs.</p>"
}
},
"CompareFacesMatch": {
"base": "<p>For the provided the bounding box, confidence level that the bounding box actually contains a face, and the similarity between the face in the bounding box and the face in the source image.</p>",
"refs": {
"CompareFacesMatchList$member": null
}
},
"CompareFacesMatchList": {
"base": null,
"refs": {
"CompareFacesResponse$FaceMatches": "<p>Provides an array of <code>CompareFacesMatch</code> objects. Each object provides the bounding box, confidence that the bounding box contains a face, and the similarity between the face in the bounding box and the face in the source image.</p>"
}
},
"CompareFacesRequest": {
"base": null,
"refs": {
}
},
"CompareFacesResponse": {
"base": null,
"refs": {
}
},
"ComparedFace": {
"base": "<p>Provides face metadata (bounding box and confidence that the bounding box actually contains a face).</p>",
"refs": {
"CompareFacesMatch$Face": "<p>Provides face metadata (bounding box and confidence that the bounding box actually contains a face).</p>"
}
},
"ComparedSourceImageFace": {
"base": "<p>Type that describes the face Amazon Rekognition chose to compare with the faces in the target. This contains a bounding box for the selected face and confidence level that the bounding box contains a face. Note that Amazon Rekognition selects the largest face in the source image for this comparison. </p>",
"refs": {
"CompareFacesResponse$SourceImageFace": "<p>The face from the source image that was used for comparison.</p>"
}
},
"CreateCollectionRequest": {
"base": null,
"refs": {
}
},
"CreateCollectionResponse": {
"base": null,
"refs": {
}
},
"Degree": {
"base": null,
"refs": {
"Pose$Roll": "<p>Value representing the face rotation on the roll axis.</p>",
"Pose$Yaw": "<p>Value representing the face rotation on the yaw axis.</p>",
"Pose$Pitch": "<p>Value representing the face rotation on the pitch axis.</p>"
}
},
"DeleteCollectionRequest": {
"base": null,
"refs": {
}
},
"DeleteCollectionResponse": {
"base": null,
"refs": {
}
},
"DeleteFacesRequest": {
"base": null,
"refs": {
}
},
"DeleteFacesResponse": {
"base": null,
"refs": {
}
},
"DetectFacesRequest": {
"base": null,
"refs": {
}
},
"DetectFacesResponse": {
"base": null,
"refs": {
}
},
"DetectLabelsRequest": {
"base": null,
"refs": {
}
},
"DetectLabelsResponse": {
"base": null,
"refs": {
}
},
"DetectModerationLabelsRequest": {
"base": null,
"refs": {
}
},
"DetectModerationLabelsResponse": {
"base": null,
"refs": {
}
},
"Emotion": {
"base": "<p>The emotions detected on the face, and the confidence level in the determination. For example, HAPPY, SAD, and ANGRY.</p>",
"refs": {
"Emotions$member": null
}
},
"EmotionName": {
"base": null,
"refs": {
"Emotion$Type": "<p>Type of emotion detected.</p>"
}
},
"Emotions": {
"base": null,
"refs": {
"FaceDetail$Emotions": "<p>The emotions detected on the face, and the confidence level in the determination. For example, HAPPY, SAD, and ANGRY. </p>"
}
},
"ExternalImageId": {
"base": null,
"refs": {
"Face$ExternalImageId": "<p>Identifier that you assign to all the faces in the input image.</p>",
"IndexFacesRequest$ExternalImageId": "<p>ID you want to assign to all the faces detected in the image.</p>"
}
},
"EyeOpen": {
"base": "<p>Indicates whether or not the eyes on the face are open, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$EyesOpen": "<p>Indicates whether or not the eyes on the face are open, and the confidence level in the determination.</p>"
}
},
"Eyeglasses": {
"base": "<p>Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Eyeglasses": "<p>Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.</p>"
}
},
"Face": {
"base": "<p>Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned. </p>",
"refs": {
"FaceList$member": null,
"FaceMatch$Face": null,
"FaceRecord$Face": null
}
},
"FaceDetail": {
"base": "<p>Structure containing attributes of the face that the algorithm detected.</p>",
"refs": {
"FaceDetailList$member": null,
"FaceRecord$FaceDetail": null
}
},
"FaceDetailList": {
"base": null,
"refs": {
"DetectFacesResponse$FaceDetails": "<p>Details of each face found in the image. </p>"
}
},
"FaceId": {
"base": null,
"refs": {
"Face$FaceId": "<p>Unique identifier that Amazon Rekognition assigns to the face.</p>",
"FaceIdList$member": null,
"SearchFacesRequest$FaceId": "<p>ID of a face to find matches for in the collection.</p>",
"SearchFacesResponse$SearchedFaceId": "<p>ID of the face that was searched for matches in a collection.</p>"
}
},
"FaceIdList": {
"base": null,
"refs": {
"DeleteFacesRequest$FaceIds": "<p>An array of face IDs to delete.</p>",
"DeleteFacesResponse$DeletedFaces": "<p>An array of strings (face IDs) of the faces that were deleted.</p>"
}
},
"FaceList": {
"base": null,
"refs": {
"ListFacesResponse$Faces": "<p>An array of <code>Face</code> objects. </p>"
}
},
"FaceMatch": {
"base": "<p>Provides face metadata. In addition, it also provides the confidence in the match of this face with the input face.</p>",
"refs": {
"FaceMatchList$member": null
}
},
"FaceMatchList": {
"base": null,
"refs": {
"SearchFacesByImageResponse$FaceMatches": "<p>An array of faces that match the input face, along with the confidence in the match.</p>",
"SearchFacesResponse$FaceMatches": "<p>An array of faces that matched the input face, along with the confidence in the match.</p>"
}
},
"FaceRecord": {
"base": "<p>Object containing both the face metadata (stored in the back-end database) and facial attributes that are detected but aren't stored in the database.</p>",
"refs": {
"FaceRecordList$member": null
}
},
"FaceRecordList": {
"base": null,
"refs": {
"IndexFacesResponse$FaceRecords": "<p>An array of faces detected and added to the collection. For more information, see <a>howitworks-index-faces</a>. </p>"
}
},
"Float": {
"base": null,
"refs": {
"BoundingBox$Width": "<p>Width of the bounding box as a ratio of the overall image width.</p>",
"BoundingBox$Height": "<p>Height of the bounding box as a ratio of the overall image height.</p>",
"BoundingBox$Left": "<p>Left coordinate of the bounding box as a ratio of overall image width.</p>",
"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>"
}
},
"Gender": {
"base": "<p>Gender of the face and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Gender": "<p>Gender of the face and the confidence level in the determination.</p>"
}
},
"GenderType": {
"base": null,
"refs": {
"Gender$Value": "<p>Gender of the face.</p>"
}
},
"Image": {
"base": "<p>Provides the source image either as bytes or an S3 object.</p> <p>The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.</p> <p>You may need to Base64-encode the image bytes depending on the language you are using and whether or not you are using the AWS SDK. For more information, see <a>example4</a>.</p> <p>If you use the Amazon CLI to call Amazon Rekognition operations, passing image bytes using the Bytes property is not supported. You must first upload the image to an Amazon S3 bucket and then call the operation using the S3Object property.</p> <p>For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see <a>manage-access-resource-policies</a>. </p>",
"refs": {
"CompareFacesRequest$SourceImage": "<p>Source image either as bytes or an S3 object</p>",
"CompareFacesRequest$TargetImage": "<p>Target image either as bytes or an S3 object</p>",
"DetectFacesRequest$Image": "<p>The image in which you want to detect faces. You can specify a blob or an S3 object. </p>",
"DetectLabelsRequest$Image": "<p>The input image. You can provide a blob of image bytes or an S3 object.</p>",
"DetectModerationLabelsRequest$Image": null,
"IndexFacesRequest$Image": null,
"SearchFacesByImageRequest$Image": null
}
},
"ImageBlob": {
"base": null,
"refs": {
"Image$Bytes": "<p>Blob of image bytes up to 5 MBs.</p>"
}
},
"ImageId": {
"base": null,
"refs": {
"Face$ImageId": "<p>Unique identifier that Amazon Rekognition assigns to the source image.</p>"
}
},
"ImageQuality": {
"base": "<p>Identifies face image brightness and sharpness. </p>",
"refs": {
"FaceDetail$Quality": "<p>Identifies image brightness and sharpness.</p>"
}
},
"ImageTooLargeException": {
"base": "<p>The input image size exceeds the allowed limit. For more information, see <a>limits</a>. </p>",
"refs": {
}
},
"IndexFacesRequest": {
"base": null,
"refs": {
}
},
"IndexFacesResponse": {
"base": null,
"refs": {
}
},
"InternalServerError": {
"base": "<p>Amazon Rekognition experienced a service issue. Try your call again.</p>",
"refs": {
}
},
"InvalidImageFormatException": {
"base": "<p>The provided image format is not supported. </p>",
"refs": {
}
},
"InvalidPaginationTokenException": {
"base": "<p>Pagination token in the request is not valid.</p>",
"refs": {
}
},
"InvalidParameterException": {
"base": "<p>Input parameter violated a constraint. Validate your parameter before calling the API operation again.</p>",
"refs": {
}
},
"InvalidS3ObjectException": {
"base": "<p>Amazon Rekognition is unable to access the S3 object specified in the request.</p>",
"refs": {
}
},
"Label": {
"base": "<p>Structure containing details about the detected label, including name, and level of confidence.</p>",
"refs": {
"Labels$member": null
}
},
"Labels": {
"base": null,
"refs": {
"DetectLabelsResponse$Labels": "<p>An array of labels for the real-world objects detected. </p>"
}
},
"Landmark": {
"base": "<p>Indicates the location of the landmark on the face.</p>",
"refs": {
"Landmarks$member": null
}
},
"LandmarkType": {
"base": null,
"refs": {
"Landmark$Type": "<p>Type of the landmark.</p>"
}
},
"Landmarks": {
"base": null,
"refs": {
"FaceDetail$Landmarks": "<p>Indicates the location of the landmark on the face.</p>"
}
},
"ListCollectionsRequest": {
"base": null,
"refs": {
}
},
"ListCollectionsResponse": {
"base": null,
"refs": {
}
},
"ListFacesRequest": {
"base": null,
"refs": {
}
},
"ListFacesResponse": {
"base": null,
"refs": {
}
},
"MaxFaces": {
"base": null,
"refs": {
"SearchFacesByImageRequest$MaxFaces": "<p>Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.</p>",
"SearchFacesRequest$MaxFaces": "<p>Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.</p>"
}
},
"ModerationLabel": {
"base": "<p>Provides information about a single type of moderated content found in an image. Each type of moderated content has a label within a hierarchical taxonomy. For more information, see <a>howitworks-moderateimage</a>.</p>",
"refs": {
"ModerationLabels$member": null
}
},
"ModerationLabels": {
"base": null,
"refs": {
"DetectModerationLabelsResponse$ModerationLabels": "<p>A list of labels for explicit or suggestive adult content found in the image. The list includes the top-level label and each child label detected in the image. This is useful for filtering specific categories of content. </p>"
}
},
"MouthOpen": {
"base": "<p>Indicates whether or not the mouth on the face is open, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$MouthOpen": "<p>Indicates whether or not the mouth on the face is open, and the confidence level in the determination.</p>"
}
},
"Mustache": {
"base": "<p>Indicates whether or not the face has a mustache, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Mustache": "<p>Indicates whether or not the face has a mustache, and the confidence level in the determination.</p>"
}
},
"OrientationCorrection": {
"base": null,
"refs": {
"DetectFacesResponse$OrientationCorrection": "<p>The algorithm detects the image orientation. If it detects that the image was rotated, it returns the degrees of rotation. If your application is displaying the image, you can use this value to adjust the orientation. </p> <p>For example, if the service detects that the input image was rotated by 90 degrees, it corrects orientation, performs face detection, and then returns the faces. That is, the bounding box coordinates in the response are based on the corrected orientation. </p> <note> <p>If the source image Exif metadata populates the orientation field, Amazon Rekognition does not perform orientation correction and the value of OrientationCorrection will be nil.</p> </note>",
"DetectLabelsResponse$OrientationCorrection": "<p> Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction). If your application displays the image, you can use this value to correct the orientation. If Amazon Rekognition detects that the input image was rotated (for example, by 90 degrees), it first corrects the orientation before detecting the labels. </p> <note> <p>If the source image Exif metadata populates the orientation field, Amazon Rekognition does not perform orientation correction and the value of OrientationCorrection will be nil.</p> </note>",
"IndexFacesResponse$OrientationCorrection": "<p>The algorithm detects the image orientation. If it detects that the image was rotated, it returns the degree of rotation. You can use this value to correct the orientation and also appropriately analyze the bounding box coordinates that are returned. </p> <note> <p>If the source image Exif metadata populates the orientation field, Amazon Rekognition does not perform orientation correction and the value of OrientationCorrection will be nil.</p> </note>"
}
},
"PageSize": {
"base": null,
"refs": {
"ListCollectionsRequest$MaxResults": "<p>Maximum number of collection IDs to return.</p>",
"ListFacesRequest$MaxResults": "<p>Maximum number of faces to return.</p>"
}
},
"PaginationToken": {
"base": null,
"refs": {
"ListCollectionsRequest$NextToken": "<p>Pagination token from the previous response.</p>",
"ListCollectionsResponse$NextToken": "<p>If the result is truncated, the response provides a <code>NextToken</code> that you can use in the subsequent request to fetch the next set of collection IDs.</p>",
"ListFacesRequest$NextToken": "<p>If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.</p>"
}
},
"Percent": {
"base": null,
"refs": {
"Beard$Confidence": "<p>Level of confidence in the determination.</p>",
"CompareFacesMatch$Similarity": "<p>Level of confidence that the faces match.</p>",
"CompareFacesRequest$SimilarityThreshold": "<p>The minimum level of confidence in the match you want included in the result.</p>",
"ComparedFace$Confidence": "<p>Level of confidence that what the bounding box contains is a face.</p>",
"ComparedSourceImageFace$Confidence": "<p>Confidence level that the selected bounding box contains a face.</p>",
"DetectLabelsRequest$MinConfidence": "<p>Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with confidence lower than this specified value.</p> <p>If <code>MinConfidence</code> is not specified, the operation returns labels with a confidence values greater than or equal to 50 percent.</p>",
"DetectModerationLabelsRequest$MinConfidence": "<p>Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value.</p> <p>If you don't specify <code>MinConfidence</code>, the operation returns labels with confidence values greater than or equal to 50 percent.</p>",
"Emotion$Confidence": "<p>Level of confidence in the determination.</p>",
"EyeOpen$Confidence": "<p>Level of confidence in the determination.</p>",
"Eyeglasses$Confidence": "<p>Level of confidence in the determination.</p>",
"Face$Confidence": "<p>Confidence level that the bounding box contains a face (and not a different object such as a tree).</p>",
"FaceDetail$Confidence": "<p>Confidence level that the bounding box contains a face (and not a different object such as a tree).</p>",
"FaceMatch$Similarity": "<p>Confidence in the match of this face with the input face.</p>",
"Gender$Confidence": "<p>Level of confidence in the determination.</p>",
"Label$Confidence": "<p>Level of confidence.</p>",
"ModerationLabel$Confidence": "<p>Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.</p> <p>If you don't specify the <code>MinConfidence</code> parameter in the call to <code>DetectModerationLabels</code>, the operation returns labels with a confidence value greater than or equal to 50 percent.</p>",
"MouthOpen$Confidence": "<p>Level of confidence in the determination.</p>",
"Mustache$Confidence": "<p>Level of confidence in the determination.</p>",
"SearchFacesByImageRequest$FaceMatchThreshold": "<p>(Optional) Specifies the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%.</p>",
"SearchFacesByImageResponse$SearchedFaceConfidence": "<p>The level of confidence that the <code>searchedFaceBoundingBox</code>, contains a face.</p>",
"SearchFacesRequest$FaceMatchThreshold": "<p>Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%.</p>",
"Smile$Confidence": "<p>Level of confidence in the determination.</p>",
"Sunglasses$Confidence": "<p>Level of confidence in the determination.</p>"
}
},
"Pose": {
"base": "<p>Indicates the pose of the face as determined by pitch, roll, and the yaw.</p>",
"refs": {
"FaceDetail$Pose": "<p>Indicates the pose of the face as determined by pitch, roll, and the yaw.</p>"
}
},
"ProvisionedThroughputExceededException": {
"base": "<p>The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.</p>",
"refs": {
}
},
"ResourceAlreadyExistsException": {
"base": "<p>A collection with the specified ID already exists.</p>",
"refs": {
}
},
"ResourceNotFoundException": {
"base": "<p>Collection specified in the request is not found.</p>",
"refs": {
}
},
"S3Bucket": {
"base": null,
"refs": {
"S3Object$Bucket": "<p>Name of the S3 bucket.</p>"
}
},
"S3Object": {
"base": "<p>Provides the S3 bucket name and object name.</p> <p>The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.</p> <p>For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see <a>manage-access-resource-policies</a>. </p>",
"refs": {
"Image$S3Object": "<p>Identifies an S3 object as the image source.</p>"
}
},
"S3ObjectName": {
"base": null,
"refs": {
"S3Object$Name": "<p>S3 object key name.</p>"
}
},
"S3ObjectVersion": {
"base": null,
"refs": {
"S3Object$Version": "<p>If the bucket is versioning enabled, you can specify the object version. </p>"
}
},
"SearchFacesByImageRequest": {
"base": null,
"refs": {
}
},
"SearchFacesByImageResponse": {
"base": null,
"refs": {
}
},
"SearchFacesRequest": {
"base": null,
"refs": {
}
},
"SearchFacesResponse": {
"base": null,
"refs": {
}
},
"Smile": {
"base": "<p>Indicates whether or not the face is smiling, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Smile": "<p>Indicates whether or not the face is smiling, and the confidence level in the determination.</p>"
}
},
"String": {
"base": null,
"refs": {
"CreateCollectionResponse$CollectionArn": "<p>Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources. </p>",
"Label$Name": "<p>The name (label) of the object.</p>",
"ListFacesResponse$NextToken": "<p>If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.</p>",
"ModerationLabel$Name": "<p>The label name for the type of content detected in the image.</p>",
"ModerationLabel$ParentName": "<p>The name for the parent label. Labels at the top-level of the hierarchy have the parent label <code>\"\"</code>.</p>"
}
},
"Sunglasses": {
"base": "<p>Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.</p>",
"refs": {
"FaceDetail$Sunglasses": "<p>Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.</p>"
}
},
"ThrottlingException": {
"base": "<p>Amazon Rekognition is temporarily unable to process the request. Try your call again.</p>",
"refs": {
}
},
"UInteger": {
"base": null,
"refs": {
"AgeRange$Low": "<p>The lowest estimated age.</p>",
"AgeRange$High": "<p>The highest estimated age.</p>",
"CreateCollectionResponse$StatusCode": "<p>HTTP status code indicating the result of the operation.</p>",
"DeleteCollectionResponse$StatusCode": "<p>HTTP status code that indicates the result of the operation.</p>",
"DetectLabelsRequest$MaxLabels": "<p>Maximum number of labels you want the service to return in the response. The service returns the specified number of highest confidence labels. </p>"
}
}
}
}

View file

@ -0,0 +1,651 @@
{
"version": "1.0",
"examples": {
"CompareFaces": [
{
"input": {
"SimilarityThreshold": 90,
"SourceImage": {
"S3Object": {
"Bucket": "mybucket",
"Name": "mysourceimage"
}
},
"TargetImage": {
"S3Object": {
"Bucket": "mybucket",
"Name": "mytargetimage"
}
}
},
"output": {
"FaceMatches": [
{
"Face": {
"BoundingBox": {
"Height": 0.33481481671333313,
"Left": 0.31888890266418457,
"Top": 0.4933333396911621,
"Width": 0.25
},
"Confidence": 99.9991226196289
},
"Similarity": 100
}
],
"SourceImageFace": {
"BoundingBox": {
"Height": 0.33481481671333313,
"Left": 0.31888890266418457,
"Top": 0.4933333396911621,
"Width": 0.25
},
"Confidence": 99.9991226196289
}
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation compares the largest face detected in the source image with each face detected in the target image.",
"id": "to-compare-two-images-1482181985581",
"title": "To compare two images"
}
],
"CreateCollection": [
{
"input": {
"CollectionId": "myphotos"
},
"output": {
"CollectionArn": "aws:rekognition:us-west-2:123456789012:collection/myphotos",
"StatusCode": 200
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation creates a Rekognition collection for storing image data.",
"id": "to-create-a-collection-1481833313674",
"title": "To create a collection"
}
],
"DeleteCollection": [
{
"input": {
"CollectionId": "myphotos"
},
"output": {
"StatusCode": 200
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation deletes a Rekognition collection.",
"id": "to-delete-a-collection-1481838179973",
"title": "To delete a collection"
}
],
"DeleteFaces": [
{
"input": {
"CollectionId": "myphotos",
"FaceIds": [
"ff43d742-0c13-5d16-a3e8-03d3f58e980b"
]
},
"output": {
"DeletedFaces": [
"ff43d742-0c13-5d16-a3e8-03d3f58e980b"
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation deletes one or more faces from a Rekognition collection.",
"id": "to-delete-a-face-1482182799377",
"title": "To delete a face"
}
],
"DetectFaces": [
{
"input": {
"Image": {
"S3Object": {
"Bucket": "mybucket",
"Name": "myphoto"
}
}
},
"output": {
"FaceDetails": [
{
"BoundingBox": {
"Height": 0.18000000715255737,
"Left": 0.5555555820465088,
"Top": 0.33666667342185974,
"Width": 0.23999999463558197
},
"Confidence": 100,
"Landmarks": [
{
"Type": "EYE_LEFT",
"X": 0.6394737362861633,
"Y": 0.40819624066352844
},
{
"Type": "EYE_RIGHT",
"X": 0.7266660928726196,
"Y": 0.41039225459098816
},
{
"Type": "NOSE_LEFT",
"X": 0.6912462115287781,
"Y": 0.44240960478782654
},
{
"Type": "MOUTH_DOWN",
"X": 0.6306198239326477,
"Y": 0.46700039505958557
},
{
"Type": "MOUTH_UP",
"X": 0.7215608954429626,
"Y": 0.47114261984825134
}
],
"Pose": {
"Pitch": 4.050806522369385,
"Roll": 0.9950747489929199,
"Yaw": 13.693790435791016
},
"Quality": {
"Brightness": 37.60169982910156,
"Sharpness": 80
}
}
],
"OrientationCorrection": "ROTATE_0"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation detects faces in an image stored in an AWS S3 bucket.",
"id": "to-detect-faces-in-an-image-1481841782793",
"title": "To detect faces in an image"
}
],
"DetectLabels": [
{
"input": {
"Image": {
"S3Object": {
"Bucket": "mybucket",
"Name": "myphoto"
}
},
"MaxLabels": 123,
"MinConfidence": 70
},
"output": {
"Labels": [
{
"Confidence": 99.25072479248047,
"Name": "People"
},
{
"Confidence": 99.25074005126953,
"Name": "Person"
}
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation detects labels in the supplied image",
"id": "to-detect-labels-1481834255770",
"title": "To detect labels"
}
],
"IndexFaces": [
{
"input": {
"CollectionId": "myphotos",
"DetectionAttributes": [
],
"ExternalImageId": "myphotoid",
"Image": {
"S3Object": {
"Bucket": "mybucket",
"Name": "myphoto"
}
}
},
"output": {
"FaceRecords": [
{
"Face": {
"BoundingBox": {
"Height": 0.33481481671333313,
"Left": 0.31888890266418457,
"Top": 0.4933333396911621,
"Width": 0.25
},
"Confidence": 99.9991226196289,
"FaceId": "ff43d742-0c13-5d16-a3e8-03d3f58e980b",
"ImageId": "465f4e93-763e-51d0-b030-b9667a2d94b1"
},
"FaceDetail": {
"BoundingBox": {
"Height": 0.33481481671333313,
"Left": 0.31888890266418457,
"Top": 0.4933333396911621,
"Width": 0.25
},
"Confidence": 99.9991226196289,
"Landmarks": [
{
"Type": "EYE_LEFT",
"X": 0.3976764678955078,
"Y": 0.6248345971107483
},
{
"Type": "EYE_RIGHT",
"X": 0.4810936450958252,
"Y": 0.6317117214202881
},
{
"Type": "NOSE_LEFT",
"X": 0.41986238956451416,
"Y": 0.7111940383911133
},
{
"Type": "MOUTH_DOWN",
"X": 0.40525302290916443,
"Y": 0.7497701048851013
},
{
"Type": "MOUTH_UP",
"X": 0.4753248989582062,
"Y": 0.7558549642562866
}
],
"Pose": {
"Pitch": -9.713645935058594,
"Roll": 4.707281112670898,
"Yaw": -24.438663482666016
},
"Quality": {
"Brightness": 29.23358917236328,
"Sharpness": 80
}
}
},
{
"Face": {
"BoundingBox": {
"Height": 0.32592591643333435,
"Left": 0.5144444704055786,
"Top": 0.15111111104488373,
"Width": 0.24444444477558136
},
"Confidence": 99.99950408935547,
"FaceId": "8be04dba-4e58-520d-850e-9eae4af70eb2",
"ImageId": "465f4e93-763e-51d0-b030-b9667a2d94b1"
},
"FaceDetail": {
"BoundingBox": {
"Height": 0.32592591643333435,
"Left": 0.5144444704055786,
"Top": 0.15111111104488373,
"Width": 0.24444444477558136
},
"Confidence": 99.99950408935547,
"Landmarks": [
{
"Type": "EYE_LEFT",
"X": 0.6006892323493958,
"Y": 0.290842205286026
},
{
"Type": "EYE_RIGHT",
"X": 0.6808141469955444,
"Y": 0.29609042406082153
},
{
"Type": "NOSE_LEFT",
"X": 0.6395332217216492,
"Y": 0.3522595763206482
},
{
"Type": "MOUTH_DOWN",
"X": 0.5892083048820496,
"Y": 0.38689887523651123
},
{
"Type": "MOUTH_UP",
"X": 0.674560010433197,
"Y": 0.394125759601593
}
],
"Pose": {
"Pitch": -4.683138370513916,
"Roll": 2.1029529571533203,
"Yaw": 6.716655254364014
},
"Quality": {
"Brightness": 34.951698303222656,
"Sharpness": 160
}
}
}
],
"OrientationCorrection": "ROTATE_0"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation detects faces in an image and adds them to the specified Rekognition collection.",
"id": "to-add-a-face-to-a-collection-1482179542923",
"title": "To add a face to a collection"
}
],
"ListCollections": [
{
"input": {
},
"output": {
"CollectionIds": [
"myphotos"
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation returns a list of Rekognition collections.",
"id": "to-list-the-collections-1482179199088",
"title": "To list the collections"
}
],
"ListFaces": [
{
"input": {
"CollectionId": "myphotos",
"MaxResults": 20
},
"output": {
"Faces": [
{
"BoundingBox": {
"Height": 0.18000000715255737,
"Left": 0.5555559992790222,
"Top": 0.336667001247406,
"Width": 0.23999999463558197
},
"Confidence": 100,
"FaceId": "1c62e8b5-69a7-5b7d-b3cd-db4338a8a7e7",
"ImageId": "147fdf82-7a71-52cf-819b-e786c7b9746e"
},
{
"BoundingBox": {
"Height": 0.16555599868297577,
"Left": 0.30963000655174255,
"Top": 0.7066670060157776,
"Width": 0.22074100375175476
},
"Confidence": 100,
"FaceId": "29a75abe-397b-5101-ba4f-706783b2246c",
"ImageId": "147fdf82-7a71-52cf-819b-e786c7b9746e"
},
{
"BoundingBox": {
"Height": 0.3234420120716095,
"Left": 0.3233329951763153,
"Top": 0.5,
"Width": 0.24222199618816376
},
"Confidence": 99.99829864501953,
"FaceId": "38271d79-7bc2-5efb-b752-398a8d575b85",
"ImageId": "d5631190-d039-54e4-b267-abd22c8647c5"
},
{
"BoundingBox": {
"Height": 0.03555560111999512,
"Left": 0.37388700246810913,
"Top": 0.2477779984474182,
"Width": 0.04747769981622696
},
"Confidence": 99.99210357666016,
"FaceId": "3b01bef0-c883-5654-ba42-d5ad28b720b3",
"ImageId": "812d9f04-86f9-54fc-9275-8d0dcbcb6784"
},
{
"BoundingBox": {
"Height": 0.05333330109715462,
"Left": 0.2937690019607544,
"Top": 0.35666701197624207,
"Width": 0.07121659815311432
},
"Confidence": 99.99919891357422,
"FaceId": "4839a608-49d0-566c-8301-509d71b534d1",
"ImageId": "812d9f04-86f9-54fc-9275-8d0dcbcb6784"
},
{
"BoundingBox": {
"Height": 0.3249259889125824,
"Left": 0.5155559778213501,
"Top": 0.1513350009918213,
"Width": 0.24333299696445465
},
"Confidence": 99.99949645996094,
"FaceId": "70008e50-75e4-55d0-8e80-363fb73b3a14",
"ImageId": "d5631190-d039-54e4-b267-abd22c8647c5"
},
{
"BoundingBox": {
"Height": 0.03777780011296272,
"Left": 0.7002969980239868,
"Top": 0.18777799606323242,
"Width": 0.05044509842991829
},
"Confidence": 99.92639923095703,
"FaceId": "7f5f88ed-d684-5a88-b0df-01e4a521552b",
"ImageId": "812d9f04-86f9-54fc-9275-8d0dcbcb6784"
},
{
"BoundingBox": {
"Height": 0.05555560067296028,
"Left": 0.13946600258350372,
"Top": 0.46333301067352295,
"Width": 0.07270029932260513
},
"Confidence": 99.99469757080078,
"FaceId": "895b4e2c-81de-5902-a4bd-d1792bda00b2",
"ImageId": "812d9f04-86f9-54fc-9275-8d0dcbcb6784"
},
{
"BoundingBox": {
"Height": 0.3259260058403015,
"Left": 0.5144439935684204,
"Top": 0.15111100673675537,
"Width": 0.24444399774074554
},
"Confidence": 99.99949645996094,
"FaceId": "8be04dba-4e58-520d-850e-9eae4af70eb2",
"ImageId": "465f4e93-763e-51d0-b030-b9667a2d94b1"
},
{
"BoundingBox": {
"Height": 0.18888899683952332,
"Left": 0.3783380091190338,
"Top": 0.2355560064315796,
"Width": 0.25222599506378174
},
"Confidence": 99.9999008178711,
"FaceId": "908544ad-edc3-59df-8faf-6a87cc256cf5",
"ImageId": "3c731605-d772-541a-a5e7-0375dbc68a07"
},
{
"BoundingBox": {
"Height": 0.33481499552726746,
"Left": 0.31888899207115173,
"Top": 0.49333301186561584,
"Width": 0.25
},
"Confidence": 99.99909973144531,
"FaceId": "ff43d742-0c13-5d16-a3e8-03d3f58e980b",
"ImageId": "465f4e93-763e-51d0-b030-b9667a2d94b1"
}
]
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation lists the faces in a Rekognition collection.",
"id": "to-list-the-faces-in-a-collection-1482181416530",
"title": "To list the faces in a collection"
}
],
"SearchFaces": [
{
"input": {
"CollectionId": "myphotos",
"FaceId": "70008e50-75e4-55d0-8e80-363fb73b3a14",
"FaceMatchThreshold": 90,
"MaxFaces": 10
},
"output": {
"FaceMatches": [
{
"Face": {
"BoundingBox": {
"Height": 0.3259260058403015,
"Left": 0.5144439935684204,
"Top": 0.15111100673675537,
"Width": 0.24444399774074554
},
"Confidence": 99.99949645996094,
"FaceId": "8be04dba-4e58-520d-850e-9eae4af70eb2",
"ImageId": "465f4e93-763e-51d0-b030-b9667a2d94b1"
},
"Similarity": 99.97222137451172
},
{
"Face": {
"BoundingBox": {
"Height": 0.16555599868297577,
"Left": 0.30963000655174255,
"Top": 0.7066670060157776,
"Width": 0.22074100375175476
},
"Confidence": 100,
"FaceId": "29a75abe-397b-5101-ba4f-706783b2246c",
"ImageId": "147fdf82-7a71-52cf-819b-e786c7b9746e"
},
"Similarity": 97.04154968261719
},
{
"Face": {
"BoundingBox": {
"Height": 0.18888899683952332,
"Left": 0.3783380091190338,
"Top": 0.2355560064315796,
"Width": 0.25222599506378174
},
"Confidence": 99.9999008178711,
"FaceId": "908544ad-edc3-59df-8faf-6a87cc256cf5",
"ImageId": "3c731605-d772-541a-a5e7-0375dbc68a07"
},
"Similarity": 95.94520568847656
}
],
"SearchedFaceId": "70008e50-75e4-55d0-8e80-363fb73b3a14"
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation searches for matching faces in the collection the supplied face belongs to.",
"id": "to-delete-a-face-1482182799377",
"title": "To delete a face"
}
],
"SearchFacesByImage": [
{
"input": {
"CollectionId": "myphotos",
"FaceMatchThreshold": 95,
"Image": {
"S3Object": {
"Bucket": "mybucket",
"Name": "myphoto"
}
},
"MaxFaces": 5
},
"output": {
"FaceMatches": [
{
"Face": {
"BoundingBox": {
"Height": 0.3234420120716095,
"Left": 0.3233329951763153,
"Top": 0.5,
"Width": 0.24222199618816376
},
"Confidence": 99.99829864501953,
"FaceId": "38271d79-7bc2-5efb-b752-398a8d575b85",
"ImageId": "d5631190-d039-54e4-b267-abd22c8647c5"
},
"Similarity": 99.97036743164062
}
],
"SearchedFaceBoundingBox": {
"Height": 0.33481481671333313,
"Left": 0.31888890266418457,
"Top": 0.4933333396911621,
"Width": 0.25
},
"SearchedFaceConfidence": 99.9991226196289
},
"comments": {
"input": {
},
"output": {
}
},
"description": "This operation searches for faces in a Rekognition collection that match the largest face in an S3 bucket stored image.",
"id": "to-search-for-faces-matching-a-supplied-image-1482175994491",
"title": "To search for faces matching a supplied image"
}
]
}
}

View file

@ -0,0 +1,16 @@
{
"pagination": {
"ListCollections": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "CollectionIds"
},
"ListFaces": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "Faces"
}
}
}