@Generated(value="software.amazon.awssdk:codegen") public final class PersonDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersonDetection.Builder,PersonDetection>
Details and path tracking information for a single time a person's path is tracked in a video. Amazon Rekognition
operations that track people's paths return an array of PersonDetection
objects with elements for each
time a person's path is tracked in a video.
For more information, see API_GetPersonTracking in the Amazon Rekognition Developer Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
PersonDetection.Builder |
Modifier and Type | Method and Description |
---|---|
static PersonDetection.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PersonDetail |
person()
Details about a person whose path was tracked in a video.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PersonDetection.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time, in milliseconds from the start of the video, that the person's path was tracked.
|
PersonDetection.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 timestamp()
The time, in milliseconds from the start of the video, that the person's path was tracked.
public PersonDetail person()
Details about a person whose path was tracked in a video.
public PersonDetection.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PersonDetection.Builder,PersonDetection>
public static PersonDetection.Builder builder()
public static Class<? extends PersonDetection.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.