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