public static interface Sunglasses.Builder extends CopyableBuilder<Sunglasses.Builder,Sunglasses>
| Modifier and Type | Method and Description |
|---|---|
Sunglasses.Builder |
confidence(Float confidence)
Level of confidence in the determination.
|
Sunglasses.Builder |
value(Boolean value)
Boolean value that indicates whether the face is wearing sunglasses or not.
|
copyapply, buildSunglasses.Builder value(Boolean value)
Boolean value that indicates whether the face is wearing sunglasses or not.
value - Boolean value that indicates whether the face is wearing sunglasses or not.Sunglasses.Builder confidence(Float confidence)
Level of confidence in the determination.
confidence - Level of confidence in the determination.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.