| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ComparedSourceImageFace |
ComparedSourceImageFace.clone() |
ComparedSourceImageFace |
CompareFacesResult.getSourceImageFace()
The face in the source image that was used for comparison.
|
ComparedSourceImageFace |
ComparedSourceImageFace.withBoundingBox(BoundingBox boundingBox)
Bounding box of the face.
|
ComparedSourceImageFace |
ComparedSourceImageFace.withConfidence(Float confidence)
Confidence level that the selected bounding box contains a face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareFacesResult.setSourceImageFace(ComparedSourceImageFace sourceImageFace)
The face in the source image that was used for comparison.
|
CompareFacesResult |
CompareFacesResult.withSourceImageFace(ComparedSourceImageFace sourceImageFace)
The face in the source image that was used for comparison.
|
Copyright © 2019. All rights reserved.