| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Mustache |
Mustache.clone() |
Mustache |
FaceDetail.getMustache()
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
Mustache |
Mustache.withConfidence(Float confidence)
Level of confidence in the determination.
|
Mustache |
Mustache.withValue(Boolean value)
Boolean value that indicates whether the face has mustache or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setMustache(Mustache mustache)
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withMustache(Mustache mustache)
Indicates whether or not the face has a mustache, and the confidence level in the determination.
|
Copyright © 2024. All rights reserved.