| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ComparedFace |
ComparedFace.clone() |
ComparedFace |
CompareFacesMatch.getFace()
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
ComparedFace |
ComparedFace.withBoundingBox(BoundingBox boundingBox) |
ComparedFace |
ComparedFace.withConfidence(Float confidence)
Level of confidence that what the bounding box contains is a face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompareFacesMatch.setFace(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
CompareFacesMatch |
CompareFacesMatch.withFace(ComparedFace face)
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
Copyright © 2017. All rights reserved.