Uses of Interface
software.amazon.awssdk.services.rekognition.model.MouthOpen.Builder
-
Packages that use MouthOpen.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of MouthOpen.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return MouthOpen.Builder Modifier and Type Method Description static MouthOpen.BuilderMouthOpen. builder()MouthOpen.BuilderMouthOpen.Builder. confidence(Float confidence)Level of confidence in the determination.MouthOpen.BuilderMouthOpen. toBuilder()MouthOpen.BuilderMouthOpen.Builder. value(Boolean value)Boolean value that indicates whether the mouth on the face is open or not.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type MouthOpen.Builder Modifier and Type Method Description static Class<? extends MouthOpen.Builder>MouthOpen. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type MouthOpen.Builder Modifier and Type Method Description default FaceDetail.BuilderFaceDetail.Builder. mouthOpen(Consumer<MouthOpen.Builder> mouthOpen)Indicates whether or not the mouth on the face is open, and the confidence level in the determination.
-