Uses of Interface
software.amazon.awssdk.services.rekognition.model.UserMatch.Builder
-
Packages that use UserMatch.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UserMatch.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return UserMatch.Builder Modifier and Type Method Description static UserMatch.BuilderUserMatch. builder()UserMatch.BuilderUserMatch.Builder. similarity(Float similarity)Describes the UserID metadata.UserMatch.BuilderUserMatch. toBuilder()default UserMatch.BuilderUserMatch.Builder. user(Consumer<MatchedUser.Builder> user)Confidence in the match of this UserID with the input face.UserMatch.BuilderUserMatch.Builder. user(MatchedUser user)Confidence in the match of this UserID with the input face.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UserMatch.Builder Modifier and Type Method Description static Class<? extends UserMatch.Builder>UserMatch. serializableBuilderClass()
-