| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Face |
Face.clone() |
Face |
FaceRecord.getFace()
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image
ID that you assigned.
|
Face |
FaceMatch.getFace()
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 |
Face.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
Face |
Face.withConfidence(Float confidence)
Confidence level that the bounding box contains a face (and not a different object such as a tree).
|
Face |
Face.withExternalImageId(String externalImageId)
Identifier that you assign to all the faces in the input image.
|
Face |
Face.withFaceId(String faceId)
Unique identifier that Amazon Rekognition assigns to the face.
|
Face |
Face.withImageId(String imageId)
Unique identifier that Amazon Rekognition assigns to the input image.
|
| Modifier and Type | Method and Description |
|---|---|
List<Face> |
ListFacesResult.getFaces()
An array of
Face objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
FaceRecord.setFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image
ID that you assigned.
|
void |
FaceMatch.setFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image
ID that you assigned.
|
FaceRecord |
FaceRecord.withFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image
ID that you assigned.
|
FaceMatch |
FaceMatch.withFace(Face face)
Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image
ID that you assigned.
|
ListFacesResult |
ListFacesResult.withFaces(Face... faces)
An array of
Face objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFacesResult.setFaces(Collection<Face> faces)
An array of
Face objects. |
ListFacesResult |
ListFacesResult.withFaces(Collection<Face> faces)
An array of
Face objects. |
Copyright © 2019. All rights reserved.