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