| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
MouthOpen |
MouthOpen.clone() |
MouthOpen |
FaceDetail.getMouthOpen()
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
MouthOpen |
MouthOpen.withConfidence(Float confidence)
Level of confidence in the determination.
|
MouthOpen |
MouthOpen.withValue(Boolean value)
Boolean value that indicates whether the mouth on the face is open or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setMouthOpen(MouthOpen mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withMouthOpen(MouthOpen mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
Copyright © 2023. All rights reserved.