Skip navigation links
A B C D E F G H I J L M O P R S T V W 

A

AccessDeniedException - Exception in com.amazonaws.services.rekognition.model
You are not authorized to perform the action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.rekognition.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AgeRange - Class in com.amazonaws.services.rekognition.model
Structure containing the estimated age range, in years, for a face.
AgeRange() - Constructor for class com.amazonaws.services.rekognition.model.AgeRange
 
AmazonRekognition - Interface in com.amazonaws.services.rekognition
Interface for accessing Amazon Rekognition
AmazonRekognitionClient - Class in com.amazonaws.services.rekognition
Client for accessing Amazon Rekognition.
AmazonRekognitionClient() - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deprecated.
AmazonRekognitionClient(ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deprecated.
AmazonRekognitionClient(AWSCredentials) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Constructs a new client to invoke service methods on AmazonRekognition using the specified AWS account credentials.
AmazonRekognitionClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Constructs a new client to invoke service methods on AmazonRekognition using the specified AWS account credentials and client configuration options.
AmazonRekognitionClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Constructs a new client to invoke service methods on AmazonRekognition using the specified AWS account credentials provider.
AmazonRekognitionClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Constructs a new client to invoke service methods on AmazonRekognition using the specified AWS account credentials provider and client configuration options.
AmazonRekognitionClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deprecated.
AmazonRekognitionClient(AWSCredentialsProvider, ClientConfiguration, HttpClient) - Constructor for class com.amazonaws.services.rekognition.AmazonRekognitionClient
Constructs a new client to invoke service methods on AmazonRekognition using the specified AWS account credentials provider, client configuration options and request metric collector.
Attribute - Enum in com.amazonaws.services.rekognition.model
Attribute

B

Beard - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face has a beard, and the confidence level in the determination.
Beard() - Constructor for class com.amazonaws.services.rekognition.model.Beard
 
BoundingBox - Class in com.amazonaws.services.rekognition.model
Identifies the bounding box around the object or face.
BoundingBox() - Constructor for class com.amazonaws.services.rekognition.model.BoundingBox
 

C

com.amazonaws.services.rekognition - package com.amazonaws.services.rekognition
This is the Amazon Rekognition API reference.
com.amazonaws.services.rekognition.model - package com.amazonaws.services.rekognition.model
Classes modeling the various types represented by AmazonRekognition
ComparedFace - Class in com.amazonaws.services.rekognition.model
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
ComparedFace() - Constructor for class com.amazonaws.services.rekognition.model.ComparedFace
 
ComparedSourceImageFace - Class in com.amazonaws.services.rekognition.model
Type that describes the face Amazon Rekognition chose to compare with the faces in the target.
ComparedSourceImageFace() - Constructor for class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
compareFaces(CompareFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Compares a face in the source input image with each face detected in the target input image.
compareFaces(CompareFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Compares a face in the source input image with each face detected in the target input image.
CompareFacesMatch - Class in com.amazonaws.services.rekognition.model
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.
CompareFacesMatch() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
CompareFacesRequest - Class in com.amazonaws.services.rekognition.model
Compares a face in the source input image with each face detected in the target input image.
CompareFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesRequest
Default constructor for CompareFacesRequest object.
CompareFacesRequest(Image, Image) - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesRequest
Constructs a new CompareFacesRequest object.
CompareFacesResult - Class in com.amazonaws.services.rekognition.model
 
CompareFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.CompareFacesResult
 
createCollection(CreateCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Creates a collection in an AWS Region.
createCollection(CreateCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Creates a collection in an AWS Region.
CreateCollectionRequest - Class in com.amazonaws.services.rekognition.model
Creates a collection in an AWS Region.
CreateCollectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.CreateCollectionRequest
Default constructor for CreateCollectionRequest object.
CreateCollectionRequest(String) - Constructor for class com.amazonaws.services.rekognition.model.CreateCollectionRequest
Constructs a new CreateCollectionRequest object.
CreateCollectionResult - Class in com.amazonaws.services.rekognition.model
 
CreateCollectionResult() - Constructor for class com.amazonaws.services.rekognition.model.CreateCollectionResult
 

D

deleteCollection(DeleteCollectionRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes the specified collection.
deleteCollection(DeleteCollectionRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes the specified collection.
DeleteCollectionRequest - Class in com.amazonaws.services.rekognition.model
Deletes the specified collection.
DeleteCollectionRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
Default constructor for DeleteCollectionRequest object.
DeleteCollectionRequest(String) - Constructor for class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
Constructs a new DeleteCollectionRequest object.
DeleteCollectionResult - Class in com.amazonaws.services.rekognition.model
 
DeleteCollectionResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
deleteFaces(DeleteFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Deletes faces from a collection.
deleteFaces(DeleteFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deletes faces from a collection.
DeleteFacesRequest - Class in com.amazonaws.services.rekognition.model
Deletes faces from a collection.
DeleteFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Default constructor for DeleteFacesRequest object.
DeleteFacesRequest(String, List<String>) - Constructor for class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Constructs a new DeleteFacesRequest object.
DeleteFacesResult - Class in com.amazonaws.services.rekognition.model
 
DeleteFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
detectFaces(DetectFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects faces within an image (JPEG or PNG) that is provided as input.
detectFaces(DetectFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects faces within an image (JPEG or PNG) that is provided as input.
DetectFacesRequest - Class in com.amazonaws.services.rekognition.model
Detects faces within an image (JPEG or PNG) that is provided as input.
DetectFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectFacesRequest
Default constructor for DetectFacesRequest object.
DetectFacesRequest(Image) - Constructor for class com.amazonaws.services.rekognition.model.DetectFacesRequest
Constructs a new DetectFacesRequest object.
DetectFacesResult - Class in com.amazonaws.services.rekognition.model
 
DetectFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectFacesResult
 
detectLabels(DetectLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects instances of real-world labels within an image (JPEG or PNG) provided as input.
detectLabels(DetectLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects instances of real-world labels within an image (JPEG or PNG) provided as input.
DetectLabelsRequest - Class in com.amazonaws.services.rekognition.model
Detects instances of real-world labels within an image (JPEG or PNG) provided as input.
DetectLabelsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Default constructor for DetectLabelsRequest object.
DetectLabelsRequest(Image) - Constructor for class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Constructs a new DetectLabelsRequest object.
DetectLabelsResult - Class in com.amazonaws.services.rekognition.model
 
DetectLabelsResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
detectModerationLabels(DetectModerationLabelsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects explicit or suggestive adult content in a specified .jpeg or .png image.
detectModerationLabels(DetectModerationLabelsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects explicit or suggestive adult content in a specified .jpeg or .png image.
DetectModerationLabelsRequest - Class in com.amazonaws.services.rekognition.model
Detects explicit or suggestive adult content in a specified .jpeg or .png image.
DetectModerationLabelsRequest() - Constructor for class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Default constructor for DetectModerationLabelsRequest object.
DetectModerationLabelsRequest(Image) - Constructor for class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Constructs a new DetectModerationLabelsRequest object.
DetectModerationLabelsResult - Class in com.amazonaws.services.rekognition.model
 
DetectModerationLabelsResult() - Constructor for class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 

E

Emotion - Class in com.amazonaws.services.rekognition.model
The emotions detected on the face, and the confidence level in the determination.
Emotion() - Constructor for class com.amazonaws.services.rekognition.model.Emotion
 
EmotionName - Enum in com.amazonaws.services.rekognition.model
Emotion Name
equals(Object) - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Beard
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Emotion
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Face
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Gender
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Image
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Label
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Landmark
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Mustache
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Pose
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.S3Object
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Smile
 
equals(Object) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 
Eyeglasses - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
Eyeglasses() - Constructor for class com.amazonaws.services.rekognition.model.Eyeglasses
 
EyeOpen - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
EyeOpen() - Constructor for class com.amazonaws.services.rekognition.model.EyeOpen
 

F

Face - Class in com.amazonaws.services.rekognition.model
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
Face() - Constructor for class com.amazonaws.services.rekognition.model.Face
 
FaceDetail - Class in com.amazonaws.services.rekognition.model
Structure containing attributes of the face that the algorithm detected.
FaceDetail() - Constructor for class com.amazonaws.services.rekognition.model.FaceDetail
 
FaceMatch - Class in com.amazonaws.services.rekognition.model
Provides face metadata.
FaceMatch() - Constructor for class com.amazonaws.services.rekognition.model.FaceMatch
 
FaceRecord - Class in com.amazonaws.services.rekognition.model
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.
FaceRecord() - Constructor for class com.amazonaws.services.rekognition.model.FaceRecord
 
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Use this in place of valueOf.

G

Gender - Class in com.amazonaws.services.rekognition.model
Gender of the face and the confidence level in the determination.
Gender() - Constructor for class com.amazonaws.services.rekognition.model.Gender
 
GenderType - Enum in com.amazonaws.services.rekognition.model
Gender Type
getAgeRange() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
getAttributes() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
A list of facial attributes you want to be returned.
getBeard() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies the bounding box around the object or face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Identifies the bounding box around the object or face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.Face
Identifies the bounding box around the object or face.
getBoundingBox() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
getBrightness() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
getBucket() - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
getBytes() - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Deprecated.
ResponseMetadata cache can hold up to 50 requests and responses in memory and will cause memory issue. This method now always returns null.
getCollectionArn() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
getCollectionId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
getCollectionIds() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
getConfidence() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
getConfidence() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
getDeletedFaces() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
getDetectionAttributes() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A list of facial attributes that you want to be returned.
getEmotions() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions detected on the face, and the confidence level in the determination.
getExternalImageId() - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
getExternalImageId() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
ID you want to assign to all the faces detected in the image.
getEyeglasses() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
getEyesOpen() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
getFace() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
getFace() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
getFace() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
getFaceDetail() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
getFaceDetails() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
getFaceId() - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
getFaceId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
getFaceIds() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Provides an array of CompareFacesMatch objects.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
getFaceMatches() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
getFaceMatchThreshold() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
getFaceRecords() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
getFaces() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
getGender() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Gender of the face and the confidence level in the determination.
getHeight() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
getHigh() - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The image in which you want to detect faces.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image.
getImage() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Provides the source image either as bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
Provides the source image either as bytes or an S3 object.
getImage() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Provides the source image either as bytes or an S3 object.
getImageId() - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the source image.
getLabels() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
getLandmarks() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of the landmark on the face.
getLeft() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
getLow() - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
getMaxFaces() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
getMaxFaces() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
getMaxLabels() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
getMaxResults() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
getMinConfidence() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
getModerationLabels() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
A list of labels for explicit or suggestive adult content found in the image.
getMouthOpen() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
getMustache() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
getName() - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object.
getName() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of content detected in the image.
getName() - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
getNextToken() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The algorithm detects the image orientation.
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
getOrientationCorrection() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The algorithm detects the image orientation.
getParentName() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
getPitch() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
getPose() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by pitch, roll, and the yaw.
getQuality() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
getRoll() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
getS3Object() - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
getSearchedFaceBoundingBox() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
getSearchedFaceConfidence() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
getSearchedFaceId() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
getSharpness() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
getSimilarity() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
getSimilarity() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
getSimilarityThreshold() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the match you want included in the result.
getSmile() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
getSourceImage() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Source image either as bytes or an S3 object
getSourceImageFace() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face from the source image that was used for comparison.
getStatusCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
getStatusCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
getSunglasses() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
getTargetImage() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Target image either as bytes or an S3 object
getTop() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
getType() - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
getType() - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of the landmark.
getValue() - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
getValue() - Method in class com.amazonaws.services.rekognition.model.Gender
Gender of the face.
getValue() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
getValue() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
getVersion() - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
getWidth() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
getX() - Method in class com.amazonaws.services.rekognition.model.Landmark
x-coordinate from the top left of the landmark expressed as the ration of the width of the image.
getY() - Method in class com.amazonaws.services.rekognition.model.Landmark
y-coordinate from the top left of the landmark expressed as the ration of the height of the image.
getYaw() - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.

H

hashCode() - Method in class com.amazonaws.services.rekognition.model.AgeRange
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Beard
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Emotion
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Face
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Gender
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Image
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Label
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Landmark
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Mustache
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Pose
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.S3Object
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Smile
 
hashCode() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
 

I

Image - Class in com.amazonaws.services.rekognition.model
Provides the source image either as bytes or an S3 object.
Image() - Constructor for class com.amazonaws.services.rekognition.model.Image
 
ImageQuality - Class in com.amazonaws.services.rekognition.model
Identifies face image brightness and sharpness.
ImageQuality() - Constructor for class com.amazonaws.services.rekognition.model.ImageQuality
 
ImageTooLargeException - Exception in com.amazonaws.services.rekognition.model
The input image size exceeds the allowed limit.
ImageTooLargeException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ImageTooLargeException
Constructs a new ImageTooLargeException with the specified error message.
indexFaces(IndexFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Detects faces in the input image and adds them to the specified collection.
indexFaces(IndexFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Detects faces in the input image and adds them to the specified collection.
IndexFacesRequest - Class in com.amazonaws.services.rekognition.model
Detects faces in the input image and adds them to the specified collection.
IndexFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.IndexFacesRequest
Default constructor for IndexFacesRequest object.
IndexFacesRequest(String, Image) - Constructor for class com.amazonaws.services.rekognition.model.IndexFacesRequest
Constructs a new IndexFacesRequest object.
IndexFacesResult - Class in com.amazonaws.services.rekognition.model
 
IndexFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.IndexFacesResult
 
InternalServerErrorException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition experienced a service issue.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
InvalidImageFormatException - Exception in com.amazonaws.services.rekognition.model
The provided image format is not supported.
InvalidImageFormatException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidImageFormatException
Constructs a new InvalidImageFormatException with the specified error message.
InvalidPaginationTokenException - Exception in com.amazonaws.services.rekognition.model
Pagination token in the request is not valid.
InvalidPaginationTokenException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidPaginationTokenException
Constructs a new InvalidPaginationTokenException with the specified error message.
InvalidParameterException - Exception in com.amazonaws.services.rekognition.model
Input parameter violated a constraint.
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
InvalidS3ObjectException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition is unable to access the S3 object specified in the request.
InvalidS3ObjectException(String) - Constructor for exception com.amazonaws.services.rekognition.model.InvalidS3ObjectException
Constructs a new InvalidS3ObjectException with the specified error message.
isValue() - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
isValue() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
isValue() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.rekognition.AmazonRekognitionClient
List of exception unmarshallers for all Amazon Rekognition exceptions.

L

Label - Class in com.amazonaws.services.rekognition.model
Structure containing details about the detected label, including name, and level of confidence.
Label() - Constructor for class com.amazonaws.services.rekognition.model.Label
 
Landmark - Class in com.amazonaws.services.rekognition.model
Indicates the location of the landmark on the face.
Landmark() - Constructor for class com.amazonaws.services.rekognition.model.Landmark
 
LandmarkType - Enum in com.amazonaws.services.rekognition.model
Landmark Type
listCollections(ListCollectionsRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns list of collection IDs in your account.
listCollections(ListCollectionsRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns list of collection IDs in your account.
ListCollectionsRequest - Class in com.amazonaws.services.rekognition.model
Returns list of collection IDs in your account.
ListCollectionsRequest() - Constructor for class com.amazonaws.services.rekognition.model.ListCollectionsRequest
 
ListCollectionsResult - Class in com.amazonaws.services.rekognition.model
 
ListCollectionsResult() - Constructor for class com.amazonaws.services.rekognition.model.ListCollectionsResult
 
listFaces(ListFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Returns metadata for faces in the specified collection.
listFaces(ListFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
Returns metadata for faces in the specified collection.
ListFacesRequest - Class in com.amazonaws.services.rekognition.model
Returns metadata for faces in the specified collection.
ListFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.ListFacesRequest
Default constructor for ListFacesRequest object.
ListFacesRequest(String) - Constructor for class com.amazonaws.services.rekognition.model.ListFacesRequest
Constructs a new ListFacesRequest object.
ListFacesResult - Class in com.amazonaws.services.rekognition.model
 
ListFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.ListFacesResult
 

M

ModerationLabel - Class in com.amazonaws.services.rekognition.model
Provides information about a single type of moderated content found in an image.
ModerationLabel() - Constructor for class com.amazonaws.services.rekognition.model.ModerationLabel
 
MouthOpen - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
MouthOpen() - Constructor for class com.amazonaws.services.rekognition.model.MouthOpen
 
Mustache - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face has a mustache, and the confidence level in the determination.
Mustache() - Constructor for class com.amazonaws.services.rekognition.model.Mustache
 

O

OrientationCorrection - Enum in com.amazonaws.services.rekognition.model
Orientation Correction

P

Pose - Class in com.amazonaws.services.rekognition.model
Indicates the pose of the face as determined by pitch, roll, and the yaw.
Pose() - Constructor for class com.amazonaws.services.rekognition.model.Pose
 
ProvisionedThroughputExceededException - Exception in com.amazonaws.services.rekognition.model
The number of requests exceeded your throughput limit.
ProvisionedThroughputExceededException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ProvisionedThroughputExceededException
Constructs a new ProvisionedThroughputExceededException with the specified error message.

R

ResourceAlreadyExistsException - Exception in com.amazonaws.services.rekognition.model
A collection with the specified ID already exists.
ResourceAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceAlreadyExistsException
Constructs a new ResourceAlreadyExistsException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.rekognition.model
Collection specified in the request is not found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.

S

S3Object - Class in com.amazonaws.services.rekognition.model
Provides the S3 bucket name and object name.
S3Object() - Constructor for class com.amazonaws.services.rekognition.model.S3Object
 
searchFaces(SearchFacesRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFaces(SearchFacesRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
For a given input face ID, searches for matching faces in the collection the face belongs to.
searchFacesByImage(SearchFacesByImageRequest) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
searchFacesByImage(SearchFacesByImageRequest) - Method in class com.amazonaws.services.rekognition.AmazonRekognitionClient
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
SearchFacesByImageRequest - Class in com.amazonaws.services.rekognition.model
For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces.
SearchFacesByImageRequest() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Default constructor for SearchFacesByImageRequest object.
SearchFacesByImageRequest(String, Image) - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Constructs a new SearchFacesByImageRequest object.
SearchFacesByImageResult - Class in com.amazonaws.services.rekognition.model
 
SearchFacesByImageResult() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
 
SearchFacesRequest - Class in com.amazonaws.services.rekognition.model
For a given input face ID, searches for matching faces in the collection the face belongs to.
SearchFacesRequest() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesRequest
Default constructor for SearchFacesRequest object.
SearchFacesRequest(String, String) - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesRequest
Constructs a new SearchFacesRequest object.
SearchFacesResult - Class in com.amazonaws.services.rekognition.model
 
SearchFacesResult() - Constructor for class com.amazonaws.services.rekognition.model.SearchFacesResult
 
setAgeRange(AgeRange) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
setAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
A list of facial attributes you want to be returned.
setBeard(Beard) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies the bounding box around the object or face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Identifies the bounding box around the object or face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Face
Identifies the bounding box around the object or face.
setBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
setBrightness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
setBucket(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
setBytes(ByteBuffer) - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
setCollectionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
setCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
setCollectionIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
setConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
setDeletedFaces(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
setDetectionAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A list of facial attributes that you want to be returned.
setEmotions(Collection<Emotion>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions detected on the face, and the confidence level in the determination.
setEndpoint(String) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Overrides the default endpoint for this client ("https://rekognition.us-east-1.amazonaws.com").
setExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
setExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
ID you want to assign to all the faces detected in the image.
setEyeglasses(Eyeglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
setEyesOpen(EyeOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
setFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
setFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
setFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
setFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
setFaceDetails(Collection<FaceDetail>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
setFaceId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
setFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
setFaceIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
setFaceMatches(Collection<CompareFacesMatch>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Provides an array of CompareFacesMatch objects.
setFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
setFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
setFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
setFaceRecords(Collection<FaceRecord>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
setFaces(Collection<Face>) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
setGender(Gender) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Gender of the face and the confidence level in the determination.
setHeight(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
setHigh(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The image in which you want to detect faces.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Provides the source image either as bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
Provides the source image either as bytes or an S3 object.
setImage(Image) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Provides the source image either as bytes or an S3 object.
setImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the source image.
setLabels(Collection<Label>) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
setLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of the landmark on the face.
setLeft(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
setLow(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
setMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
setMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
setMaxLabels(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
setMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
setModerationLabels(Collection<ModerationLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
A list of labels for explicit or suggestive adult content found in the image.
setMouthOpen(MouthOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
setMustache(Mustache) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
setName(String) - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object.
setName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of content detected in the image.
setName(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
setNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The algorithm detects the image orientation.
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The algorithm detects the image orientation.
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
setOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The algorithm detects the image orientation.
setOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The algorithm detects the image orientation.
setParentName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
setPitch(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
setPose(Pose) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by pitch, roll, and the yaw.
setQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
setRegion(Region) - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
An alternative to AmazonRekognition.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRoll(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
setS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
setSearchedFaceBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
setSearchedFaceConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
setSearchedFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
setSharpness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
setSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
setSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
setSimilarityThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the match you want included in the result.
setSmile(Smile) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
setSourceImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Source image either as bytes or an S3 object
setSourceImageFace(ComparedSourceImageFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face from the source image that was used for comparison.
setStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
setStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
setSunglasses(Sunglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
setTargetImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Target image either as bytes or an S3 object
setTop(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
setType(String) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
setType(EmotionName) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
setType(String) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of the landmark.
setType(LandmarkType) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of the landmark.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
setValue(String) - Method in class com.amazonaws.services.rekognition.model.Gender
Gender of the face.
setValue(GenderType) - Method in class com.amazonaws.services.rekognition.model.Gender
Gender of the face.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
setValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
setVersion(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
setWidth(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
setX(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
x-coordinate from the top left of the landmark expressed as the ration of the width of the image.
setY(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
y-coordinate from the top left of the landmark expressed as the ration of the height of the image.
setYaw(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.
shutdown() - Method in interface com.amazonaws.services.rekognition.AmazonRekognition
Shuts down this client object, releasing any resources that might be held open.
Smile - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is smiling, and the confidence level in the determination.
Smile() - Constructor for class com.amazonaws.services.rekognition.model.Smile
 
Sunglasses - Class in com.amazonaws.services.rekognition.model
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
Sunglasses() - Constructor for class com.amazonaws.services.rekognition.model.Sunglasses
 

T

ThrottlingException - Exception in com.amazonaws.services.rekognition.model
Amazon Rekognition is temporarily unable to process the request.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.rekognition.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
toString() - Method in class com.amazonaws.services.rekognition.model.AgeRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.rekognition.model.Attribute
 
toString() - Method in class com.amazonaws.services.rekognition.model.Beard
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Emotion
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.rekognition.model.EmotionName
 
toString() - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Face
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Gender
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.rekognition.model.GenderType
 
toString() - Method in class com.amazonaws.services.rekognition.model.Image
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Label
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Landmark
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.rekognition.model.LandmarkType
 
toString() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Mustache
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
 
toString() - Method in class com.amazonaws.services.rekognition.model.Pose
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.S3Object
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Smile
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Returns a string representation of this object; useful for testing and debugging.

V

valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.rekognition.model.Attribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.EmotionName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.GenderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.LandmarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.rekognition.model.OrientationCorrection
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAgeRange(AgeRange) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The estimated age range, in years, for the face.
withAttributes(String...) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
A list of facial attributes you want to be returned.
withAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
A list of facial attributes you want to be returned.
withBeard(Beard) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a beard, and the confidence level in the determination.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Identifies the bounding box around the object or face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Identifies the bounding box around the object or face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.Face
Identifies the bounding box around the object or face.
withBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Bounding box of the face.
withBrightness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing brightness of the face.
withBucket(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
Name of the S3 bucket.
withBytes(ByteBuffer) - Method in class com.amazonaws.services.rekognition.model.Image
Blob of image bytes up to 5 MBs.
withCollectionArn(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
Amazon Resource Name (ARN) of the collection.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionRequest
ID for the collection that you are creating.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionRequest
ID of the collection to delete.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
Collection from which to remove the specific faces.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
The ID of an existing collection to which you want to add the faces that are detected in the input images.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
ID of the collection from which to list the faces.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
ID of the collection to search.
withCollectionId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of the collection the face belongs to.
withCollectionIds(String...) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
withCollectionIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
An array of collection IDs.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Beard
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedFace
Level of confidence that what the bounding box contains is a face.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ComparedSourceImageFace
Confidence level that the selected bounding box contains a face.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Emotion
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Face
Confidence level that the bounding box contains a face (and not a different object such as a tree).
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Confidence level that the bounding box contains a face (and not a different object such as a tree).
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Gender
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Label
Level of confidence.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
Specifies the confidence that Amazon Rekognition has that the label has been correctly identified.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Mustache
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Smile
Level of confidence in the determination.
withConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Level of confidence in the determination.
withDeletedFaces(String...) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
withDeletedFaces(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesResult
An array of strings (face IDs) of the faces that were deleted.
withDetectionAttributes(String...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A list of facial attributes that you want to be returned.
withDetectionAttributes(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
A list of facial attributes that you want to be returned.
withEmotions(Emotion...) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions detected on the face, and the confidence level in the determination.
withEmotions(Collection<Emotion>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
The emotions detected on the face, and the confidence level in the determination.
withExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Identifier that you assign to all the faces in the input image.
withExternalImageId(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
ID you want to assign to all the faces detected in the image.
withEyeglasses(Eyeglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing eye glasses, and the confidence level in the determination.
withEyesOpen(EyeOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the eyes on the face are open, and the confidence level in the determination.
withFace(ComparedFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
withFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
withFace(Face) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
withFaceDetail(FaceDetail) - Method in class com.amazonaws.services.rekognition.model.FaceRecord
Structure containing attributes of the face that the algorithm detected.
withFaceDetails(FaceDetail...) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
withFaceDetails(Collection<FaceDetail>) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
Details of each face found in the image.
withFaceId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the face.
withFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
ID of a face to find matches for in the collection.
withFaceIds(String...) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
withFaceIds(Collection<String>) - Method in class com.amazonaws.services.rekognition.model.DeleteFacesRequest
An array of face IDs to delete.
withFaceMatches(CompareFacesMatch...) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Provides an array of CompareFacesMatch objects.
withFaceMatches(Collection<CompareFacesMatch>) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
Provides an array of CompareFacesMatch objects.
withFaceMatches(FaceMatch...) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
withFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
An array of faces that match the input face, along with the confidence in the match.
withFaceMatches(FaceMatch...) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
withFaceMatches(Collection<FaceMatch>) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
An array of faces that matched the input face, along with the confidence in the match.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
(Optional) Specifies the minimum confidence in the face match to return.
withFaceMatchThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Optional value specifying the minimum confidence in the face match to return.
withFaceRecords(FaceRecord...) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
withFaceRecords(Collection<FaceRecord>) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
An array of faces detected and added to the collection.
withFaces(Face...) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
withFaces(Collection<Face>) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
An array of Face objects.
withGender(Gender) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Gender of the face and the confidence level in the determination.
withHeight(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Height of the bounding box as a ratio of the overall image height.
withHigh(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The highest estimated age.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectFacesRequest
The image in which you want to detect faces.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
The input image.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Provides the source image either as bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.IndexFacesRequest
Provides the source image either as bytes or an S3 object.
withImage(Image) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Provides the source image either as bytes or an S3 object.
withImageId(String) - Method in class com.amazonaws.services.rekognition.model.Face
Unique identifier that Amazon Rekognition assigns to the source image.
withLabels(Label...) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
withLabels(Collection<Label>) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
An array of labels for the real-world objects detected.
withLandmarks(Landmark...) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of the landmark on the face.
withLandmarks(Collection<Landmark>) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the location of the landmark on the face.
withLeft(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Left coordinate of the bounding box as a ratio of overall image width.
withLow(Integer) - Method in class com.amazonaws.services.rekognition.model.AgeRange
The lowest estimated age.
withMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageRequest
Maximum number of faces to return.
withMaxFaces(Integer) - Method in class com.amazonaws.services.rekognition.model.SearchFacesRequest
Maximum number of faces to return.
withMaxLabels(Integer) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Maximum number of labels you want the service to return in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Maximum number of collection IDs to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
Maximum number of faces to return.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsRequest
Specifies the minimum confidence level for the labels to return.
withMinConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsRequest
Specifies the minimum confidence level for the labels to return.
withModerationLabels(ModerationLabel...) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
A list of labels for explicit or suggestive adult content found in the image.
withModerationLabels(Collection<ModerationLabel>) - Method in class com.amazonaws.services.rekognition.model.DetectModerationLabelsResult
A list of labels for explicit or suggestive adult content found in the image.
withMouthOpen(MouthOpen) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
withMustache(Mustache) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face has a mustache, and the confidence level in the determination.
withName(String) - Method in class com.amazonaws.services.rekognition.model.Label
The name (label) of the object.
withName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The label name for the type of content detected in the image.
withName(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
S3 object key name.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsRequest
Pagination token from the previous response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListCollectionsResult
If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesRequest
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response.
withNextToken(String) - Method in class com.amazonaws.services.rekognition.model.ListFacesResult
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.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The algorithm detects the image orientation.
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectFacesResult
The algorithm detects the image orientation.
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.DetectLabelsResult
Amazon Rekognition returns the orientation of the input image that was detected (clockwise direction).
withOrientationCorrection(String) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The algorithm detects the image orientation.
withOrientationCorrection(OrientationCorrection) - Method in class com.amazonaws.services.rekognition.model.IndexFacesResult
The algorithm detects the image orientation.
withParentName(String) - Method in class com.amazonaws.services.rekognition.model.ModerationLabel
The name for the parent label.
withPitch(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the pitch axis.
withPose(Pose) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates the pose of the face as determined by pitch, roll, and the yaw.
withQuality(ImageQuality) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Identifies image brightness and sharpness.
withRoll(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the roll axis.
withS3Object(S3Object) - Method in class com.amazonaws.services.rekognition.model.Image
Identifies an S3 object as the image source.
withSearchedFaceBoundingBox(BoundingBox) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The bounding box around the face in the input image that Amazon Rekognition used for the search.
withSearchedFaceConfidence(Float) - Method in class com.amazonaws.services.rekognition.model.SearchFacesByImageResult
The level of confidence that the searchedFaceBoundingBox, contains a face.
withSearchedFaceId(String) - Method in class com.amazonaws.services.rekognition.model.SearchFacesResult
ID of the face that was searched for matches in a collection.
withSharpness(Float) - Method in class com.amazonaws.services.rekognition.model.ImageQuality
Value representing sharpness of the face.
withSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesMatch
Level of confidence that the faces match.
withSimilarity(Float) - Method in class com.amazonaws.services.rekognition.model.FaceMatch
Confidence in the match of this face with the input face.
withSimilarityThreshold(Float) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
The minimum level of confidence in the match you want included in the result.
withSmile(Smile) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is smiling, and the confidence level in the determination.
withSourceImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Source image either as bytes or an S3 object
withSourceImageFace(ComparedSourceImageFace) - Method in class com.amazonaws.services.rekognition.model.CompareFacesResult
The face from the source image that was used for comparison.
withStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.CreateCollectionResult
HTTP status code indicating the result of the operation.
withStatusCode(Integer) - Method in class com.amazonaws.services.rekognition.model.DeleteCollectionResult
HTTP status code that indicates the result of the operation.
withSunglasses(Sunglasses) - Method in class com.amazonaws.services.rekognition.model.FaceDetail
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
withTargetImage(Image) - Method in class com.amazonaws.services.rekognition.model.CompareFacesRequest
Target image either as bytes or an S3 object
withTop(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Top coordinate of the bounding box as a ratio of overall image height.
withType(String) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
withType(EmotionName) - Method in class com.amazonaws.services.rekognition.model.Emotion
Type of emotion detected.
withType(String) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of the landmark.
withType(LandmarkType) - Method in class com.amazonaws.services.rekognition.model.Landmark
Type of the landmark.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Beard
Boolean value that indicates whether the face has beard or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Eyeglasses
Boolean value that indicates whether the face is wearing eye glasses or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.EyeOpen
Boolean value that indicates whether the eyes on the face are open.
withValue(String) - Method in class com.amazonaws.services.rekognition.model.Gender
Gender of the face.
withValue(GenderType) - Method in class com.amazonaws.services.rekognition.model.Gender
Gender of the face.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.MouthOpen
Boolean value that indicates whether the mouth on the face is open or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Mustache
Boolean value that indicates whether the face has mustache or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Smile
Boolean value that indicates whether the face is smiling or not.
withValue(Boolean) - Method in class com.amazonaws.services.rekognition.model.Sunglasses
Boolean value that indicates whether the face is wearing sunglasses or not.
withVersion(String) - Method in class com.amazonaws.services.rekognition.model.S3Object
If the bucket is versioning enabled, you can specify the object version.
withWidth(Float) - Method in class com.amazonaws.services.rekognition.model.BoundingBox
Width of the bounding box as a ratio of the overall image width.
withX(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
x-coordinate from the top left of the landmark expressed as the ration of the width of the image.
withY(Float) - Method in class com.amazonaws.services.rekognition.model.Landmark
y-coordinate from the top left of the landmark expressed as the ration of the height of the image.
withYaw(Float) - Method in class com.amazonaws.services.rekognition.model.Pose
Value representing the face rotation on the yaw axis.
A B C D E F G H I J L M O P R S T V W 
Skip navigation links

Copyright © 2017. All rights reserved.