| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static PersonMatch.Builder |
PersonMatch.builder() |
PersonMatch.Builder |
PersonMatch.Builder.faceMatches(Collection<FaceMatch> faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
PersonMatch.Builder |
PersonMatch.Builder.faceMatches(Consumer<FaceMatch.Builder>... faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
PersonMatch.Builder |
PersonMatch.Builder.faceMatches(FaceMatch... faceMatches)
Information about the faces in the input collection that match the face of a person in the video.
|
default PersonMatch.Builder |
PersonMatch.Builder.person(Consumer<PersonDetail.Builder> person)
Information about the matched person.
|
PersonMatch.Builder |
PersonMatch.Builder.person(PersonDetail person)
Information about the matched person.
|
PersonMatch.Builder |
PersonMatch.Builder.timestamp(Long timestamp)
The time, in milliseconds from the beginning of the video, that the person was matched in the video.
|
PersonMatch.Builder |
PersonMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PersonMatch.Builder> |
PersonMatch.serializableBuilderClass() |
Copyright © 2020. All rights reserved.