Class FaceRecord
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.FaceRecord
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FaceRecord.Builder,FaceRecord>
@Generated("software.amazon.awssdk:codegen") public final class FaceRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaceRecord.Builder,FaceRecord>
Object containing both the face metadata (stored in the backend database), and facial attributes that are detected but aren't stored in the database.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFaceRecord.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FaceRecord.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Faceface()Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.FaceDetailfaceDetail()Structure containing attributes of the face that the algorithm detected.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FaceRecord.Builder>serializableBuilderClass()FaceRecord.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
-
face
public final Face face()
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
- Returns:
- Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
-
faceDetail
public final FaceDetail faceDetail()
Structure containing attributes of the face that the algorithm detected.
- Returns:
- Structure containing attributes of the face that the algorithm detected.
-
toBuilder
public FaceRecord.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FaceRecord.Builder,FaceRecord>
-
builder
public static FaceRecord.Builder builder()
-
serializableBuilderClass
public static Class<? extends FaceRecord.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.
-
-