| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
PersonMatch |
PersonMatch.clone() |
PersonMatch |
PersonMatch.withFaceMatches(Collection<FaceMatch> faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
PersonMatch |
PersonMatch.withFaceMatches(FaceMatch... faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
PersonMatch |
PersonMatch.withPerson(PersonDetail person)
Information about the matched person.
|
PersonMatch |
PersonMatch.withTimestamp(Long timestamp)
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonMatch> |
GetFaceSearchResult.getPersons()
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceSearchResult |
GetFaceSearchResult.withPersons(PersonMatch... persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFaceSearchResult.setPersons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
GetFaceSearchResult |
GetFaceSearchResult.withPersons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon Rekognition
collection.
|
Copyright © 2024. All rights reserved.