public static interface UserMatch.Builder extends SdkPojo, CopyableBuilder<UserMatch.Builder,UserMatch>
| Modifier and Type | Method and Description |
|---|---|
UserMatch.Builder |
similarity(Float similarity)
Describes the UserID metadata.
|
default UserMatch.Builder |
user(Consumer<MatchedUser.Builder> user)
Confidence in the match of this UserID with the input face.
|
UserMatch.Builder |
user(MatchedUser user)
Confidence in the match of this UserID with the input face.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserMatch.Builder similarity(Float similarity)
Describes the UserID metadata.
similarity - Describes the UserID metadata.UserMatch.Builder user(MatchedUser user)
Confidence in the match of this UserID with the input face.
user - Confidence in the match of this UserID with the input face.default UserMatch.Builder user(Consumer<MatchedUser.Builder> user)
Confidence in the match of this UserID with the input face.
This is a convenience method that creates an instance of theMatchedUser.Builder avoiding the need to
create one manually via MatchedUser.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to user(MatchedUser).
user - a consumer that will call methods on MatchedUser.Builderuser(MatchedUser)Copyright © 2023. All rights reserved.