Class FaceMatch
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.FaceMatch
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FaceMatch.Builder,FaceMatch>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFaceMatch.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FaceMatch.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Faceface()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)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FaceMatch.Builder>serializableBuilderClass()Floatsimilarity()Confidence in the match of this face with the input face.FaceMatch.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
similarity
public final Float similarity()
Confidence in the match of this face with the input face.
- Returns:
- Confidence in the match of this face with the input face.
-
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.
- Returns:
- Describes the face properties such as the bounding box, face ID, image ID of the source image, and external image ID that you assigned.
-
toBuilder
public FaceMatch.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FaceMatch.Builder,FaceMatch>
-
builder
public static FaceMatch.Builder builder()
-
serializableBuilderClass
public static Class<? extends FaceMatch.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-