| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<PersonMatch> |
GetFaceSearchResponse.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 |
|---|---|
GetFaceSearchResponse.Builder |
GetFaceSearchResponse.Builder.persons(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 |
|---|---|
GetFaceSearchResponse.Builder |
GetFaceSearchResponse.Builder.persons(Collection<PersonMatch> persons)
An array of persons, PersonMatch, in the video whose face(s) match the face(s) in an Amazon
Rekognition collection.
|
Copyright © 2023. All rights reserved.