| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Smile |
Smile.clone() |
Smile |
ComparedFace.getSmile()
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
Smile |
FaceDetail.getSmile()
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
Smile |
Smile.withConfidence(Float confidence)
Level of confidence in the determination.
|
Smile |
Smile.withValue(Boolean value)
Boolean value that indicates whether the face is smiling or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComparedFace.setSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
void |
FaceDetail.setSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
ComparedFace |
ComparedFace.withSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withSmile(Smile smile)
Indicates whether or not the face is smiling, and the confidence level in the determination.
|
Copyright © 2025. All rights reserved.