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