CopyableBuilder<Smile.Builder,Smile>
, SdkBuilder<Smile.Builder,Smile>
public static interface Smile.Builder extends CopyableBuilder<Smile.Builder,Smile>
Modifier and Type | Method | 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
apply, 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.