Uses of Interface
software.amazon.awssdk.services.rekognition.model.FaceMatch.Builder
-
Packages that use FaceMatch.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of FaceMatch.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return FaceMatch.Builder Modifier and Type Method Description static FaceMatch.BuilderFaceMatch. builder()default FaceMatch.BuilderFaceMatch.Builder. face(Consumer<Face.Builder> face)Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.FaceMatch.BuilderFaceMatch.Builder. face(Face face)Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.FaceMatch.BuilderFaceMatch.Builder. similarity(Float similarity)Confidence in the match of this face with the input face.FaceMatch.BuilderFaceMatch. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type FaceMatch.Builder Modifier and Type Method Description static Class<? extends FaceMatch.Builder>FaceMatch. serializableBuilderClass()
-