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