public static interface Smile.Builder extends SdkPojo, CopyableBuilder<Smile.Builder,Smile>
Modifier and Type | Method and Description |
---|---|
Smile.Builder |
confidence(Float confidence)
Level of confidence in the determination.
|
Smile.Builder |
value(Boolean value)
Boolean value that indicates whether the face is smiling or not.
|
copy
applyMutation, build
Smile.Builder value(Boolean value)
Boolean value that indicates whether the face is smiling or not.
value
- Boolean value that indicates whether the face is smiling or not.Smile.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.