@Generated(value="software.amazon.awssdk:codegen") public final class PersonMatch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersonMatch.Builder,PersonMatch>
Information about a person whose face matches a face(s) in an Amazon Rekognition collection. Includes information
about the faces in the Amazon Rekognition collection (), information about the person (PersonDetail), and the
time stamp for when the person was detected in a video. An array of PersonMatch
objects is returned by .
Modifier and Type | Class and Description |
---|---|
static interface |
PersonMatch.Builder |
Modifier and Type | Method and Description |
---|---|
static PersonMatch.Builder |
builder() |
boolean |
equals(Object obj) |
List<FaceMatch> |
faceMatches()
Information about the faces in the input collection that match the face of a person in the video.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PersonDetail |
person()
Information about the matched person.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PersonMatch.Builder> |
serializableBuilderClass() |
Long |
timestamp()
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
|
PersonMatch.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 beginning of the video, that the person was matched in the video.
public PersonDetail person()
Information about the matched person.
public List<FaceMatch> faceMatches()
Information about the faces in the input collection that match the face of a person in the video.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PersonMatch.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PersonMatch.Builder,PersonMatch>
public static PersonMatch.Builder builder()
public static Class<? extends PersonMatch.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.