| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static MouthOpen.Builder |
MouthOpen.builder() |
MouthOpen.Builder |
MouthOpen.Builder.confidence(Float confidence)
Level of confidence in the determination.
|
MouthOpen.Builder |
MouthOpen.toBuilder() |
MouthOpen.Builder |
MouthOpen.Builder.value(Boolean value)
Boolean value that indicates whether the mouth on the face is open or not.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MouthOpen.Builder> |
MouthOpen.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FaceDetail.Builder |
FaceDetail.Builder.mouthOpen(Consumer<MouthOpen.Builder> mouthOpen)
Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
|
Copyright © 2023. All rights reserved.