Interface MouthOpen.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MouthOpen.Builder,MouthOpen>,SdkBuilder<MouthOpen.Builder,MouthOpen>,SdkPojo
- Enclosing class:
- MouthOpen
public static interface MouthOpen.Builder extends SdkPojo, CopyableBuilder<MouthOpen.Builder,MouthOpen>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MouthOpen.Builderconfidence(Float confidence)Level of confidence in the determination.MouthOpen.Buildervalue(Boolean value)Boolean value that indicates whether the mouth on the face is open or not.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
value
MouthOpen.Builder value(Boolean value)
Boolean value that indicates whether the mouth on the face is open or not.
- Parameters:
value- Boolean value that indicates whether the mouth on the face is open or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
confidence
MouthOpen.Builder confidence(Float confidence)
Level of confidence in the determination.
- Parameters:
confidence- Level of confidence in the determination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-