| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
List<FaceDetection> |
GetFaceDetectionResponse.faces()
An array of faces detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.faces(FaceDetection... faces)
An array of faces detected in the video.
|
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.faces(Collection<FaceDetection> faces)
An array of faces detected in the video.
|
Copyright © 2023. All rights reserved.