@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PersonDetail.Builder,PersonDetail>
public static PersonDetail.Builder builder()
public static Class<? extends PersonDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.