@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersonDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
boundingBox()
Bounding box around the detected person.
|
static PersonDetail.Builder |
builder() |
boolean |
equals(Object obj) |
FaceDetail |
face()
Face details for the detected person.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
index()
Identifier for the person detected person within a video.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PersonDetail.Builder> |
serializableBuilderClass() |
PersonDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public BoundingBox boundingBox()
Bounding box around the detected person.
public FaceDetail face()
Face details for the detected person.
public PersonDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PersonDetail.Builder,PersonDetail>public static PersonDetail.Builder builder()
public static Class<? extends PersonDetail.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.