@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 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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long timestamp()
The time, in milliseconds from the start of the video, that the person's path was tracked. Note that
Timestamp is not guaranteed to be accurate to the individual frame where the person's path first
appears.
Timestamp is not guaranteed to be accurate to the individual frame where the person's path
first appears.public final PersonDetail person()
Details about a person whose path was tracked in a video.
public PersonDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PersonDetection.Builder,PersonDetection>public static PersonDetection.Builder builder()
public static Class<? extends PersonDetection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.