@Generated(value="software.amazon.awssdk:codegen") public final class UserMatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserMatch.Builder,UserMatch>
Provides UserID metadata along with the confidence in the match of this UserID with the input face.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserMatch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserMatch.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserMatch.Builder> |
serializableBuilderClass() |
Float |
similarity()
Describes the UserID metadata.
|
UserMatch.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
MatchedUser |
user()
Confidence in the match of this UserID with the input face.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float similarity()
Describes the UserID metadata.
public final MatchedUser user()
Confidence in the match of this UserID with the input face.
public UserMatch.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserMatch.Builder,UserMatch>public static UserMatch.Builder builder()
public static Class<? extends UserMatch.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.