| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.builder() |
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.faces(Collection<FaceDetection> faces)
An array of faces detected in the video.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.faces(Consumer<FaceDetection.Builder>... faces)
An array of faces detected in the video.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.faces(FaceDetection... faces)
An array of faces detected in the video.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.jobStatus(String jobStatus)
The current status of the face detection job.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the face detection job.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.nextToken(String nextToken)
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent
request to retrieve the next set of faces.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.statusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.toBuilder() |
default GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFaceDetectionResponse.Builder> |
GetFaceDetectionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.