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