| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionResult |
AmazonRekognitionClient.getFaceDetection(GetFaceDetectionRequest request)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
GetFaceDetectionResult |
AbstractAmazonRekognition.getFaceDetection(GetFaceDetectionRequest request) |
GetFaceDetectionResult |
AmazonRekognition.getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFaceDetectionResult> |
AmazonRekognitionAsyncClient.getFaceDetectionAsync(GetFaceDetectionRequest request,
AsyncHandler<GetFaceDetectionRequest,GetFaceDetectionResult> asyncHandler) |
Future<GetFaceDetectionResult> |
AmazonRekognitionAsync.getFaceDetectionAsync(GetFaceDetectionRequest getFaceDetectionRequest,
AsyncHandler<GetFaceDetectionRequest,GetFaceDetectionResult> asyncHandler)
Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
|
Future<GetFaceDetectionResult> |
AbstractAmazonRekognitionAsync.getFaceDetectionAsync(GetFaceDetectionRequest request,
AsyncHandler<GetFaceDetectionRequest,GetFaceDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionResult |
GetFaceDetectionResult.clone() |
GetFaceDetectionResult |
GetFaceDetectionResult.withFaces(Collection<FaceDetection> faces)
An array of faces detected in the video.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withFaces(FaceDetection... faces)
An array of faces detected in the video.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withJobId(String jobId)
Job identifier for the face detection operation for which you want to obtain results.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withJobStatus(String jobStatus)
The current status of the face detection job.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the face detection job.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withJobTag(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.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withNextToken(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.
|
GetFaceDetectionResult |
GetFaceDetectionResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetFaceDetectionResult |
GetFaceDetectionResult.withVideo(Video video) |
GetFaceDetectionResult |
GetFaceDetectionResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
Copyright © 2023. All rights reserved.