| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| 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 .
|
GetFaceDetectionResult |
AmazonRekognition.getFaceDetection(GetFaceDetectionRequest getFaceDetectionRequest)
Gets face detection results for a Amazon Rekognition Video analysis started by .
|
GetFaceDetectionResult |
AbstractAmazonRekognition.getFaceDetection(GetFaceDetectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetFaceDetectionResult> |
AbstractAmazonRekognitionAsync.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 .
|
Future<GetFaceDetectionResult> |
AmazonRekognitionAsyncClient.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.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.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.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
Copyright © 2018. All rights reserved.