@Generated(value="software.amazon.awssdk:codegen") public final class CompareFacesMatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompareFacesMatch.Builder,CompareFacesMatch>
Provides information about a face in a target image that matches the source image face analyzed by
CompareFaces. The Face property contains the bounding box of the face in the target image.
The Similarity property is the confidence that the source image face matches the face in the bounding
box.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CompareFacesMatch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CompareFacesMatch.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ComparedFace |
face()
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompareFacesMatch.Builder> |
serializableBuilderClass() |
Float |
similarity()
Level of confidence that the faces match.
|
CompareFacesMatch.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float similarity()
Level of confidence that the faces match.
public final ComparedFace face()
Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
public CompareFacesMatch.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CompareFacesMatch.Builder,CompareFacesMatch>public static CompareFacesMatch.Builder builder()
public static Class<? extends CompareFacesMatch.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.