Class PersonDetail
- java.lang.Object
-
- software.amazon.awssdk.services.rekognition.model.PersonDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PersonDetail.Builder,PersonDetail>
@Generated("software.amazon.awssdk:codegen") public final class PersonDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersonDetail.Builder,PersonDetail>
Details about a person detected in a video analysis request.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePersonDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxboundingBox()Bounding box around the detected person.static PersonDetail.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FaceDetailface()Face details for the detected person.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Longindex()Identifier for the person detected person within a video.List<SdkField<?>>sdkFields()static Class<? extends PersonDetail.Builder>serializableBuilderClass()PersonDetail.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
-
index
public final Long index()
Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
- Returns:
- Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
-
boundingBox
public final BoundingBox boundingBox()
Bounding box around the detected person.
- Returns:
- Bounding box around the detected person.
-
face
public final FaceDetail face()
Face details for the detected person.
- Returns:
- Face details for the detected person.
-
toBuilder
public PersonDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PersonDetail.Builder,PersonDetail>
-
builder
public static PersonDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends PersonDetail.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.
-
-