public static interface Sunglasses.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
Sunglasses.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.