| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
Sunglasses |
Sunglasses.clone() |
Sunglasses |
FaceDetail.getSunglasses()
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
Sunglasses |
Sunglasses.withConfidence(Float confidence)
Level of confidence in the determination.
|
Sunglasses |
Sunglasses.withValue(Boolean value)
Boolean value that indicates whether the face is wearing sunglasses or not.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaceDetail.setSunglasses(Sunglasses sunglasses)
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
FaceDetail |
FaceDetail.withSunglasses(Sunglasses sunglasses)
Indicates whether or not the face is wearing sunglasses, and the confidence level in the determination.
|
Copyright © 2020. All rights reserved.