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.jobId(String jobId) |
Job identifier for the face detection operation for which you want to obtain results.
|
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.jobTag(String jobTag) |
A job identifier specified in the call to StartFaceDetection and returned in the job completion notification
sent to your Amazon Simple Notification Service topic.
|
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.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
GetFaceDetectionResponse.Builder |
GetFaceDetectionResponse.Builder.video(Video video) |
Sets the value of the Video property for this object.
|
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.
|