| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionResult |
AmazonRekognitionClient.getLabelDetection(GetLabelDetectionRequest request)
Gets the label detection results of a Rekognition Video analysis started by .
|
GetLabelDetectionResult |
AmazonRekognition.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Rekognition Video analysis started by .
|
GetLabelDetectionResult |
AbstractAmazonRekognition.getLabelDetection(GetLabelDetectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLabelDetectionResult> |
AbstractAmazonRekognitionAsync.getLabelDetectionAsync(GetLabelDetectionRequest request,
AsyncHandler<GetLabelDetectionRequest,GetLabelDetectionResult> asyncHandler) |
Future<GetLabelDetectionResult> |
AmazonRekognitionAsync.getLabelDetectionAsync(GetLabelDetectionRequest getLabelDetectionRequest,
AsyncHandler<GetLabelDetectionRequest,GetLabelDetectionResult> asyncHandler)
Gets the label detection results of a Rekognition Video analysis started by .
|
Future<GetLabelDetectionResult> |
AmazonRekognitionAsyncClient.getLabelDetectionAsync(GetLabelDetectionRequest request,
AsyncHandler<GetLabelDetectionRequest,GetLabelDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionResult |
GetLabelDetectionResult.clone() |
GetLabelDetectionResult |
GetLabelDetectionResult.withJobStatus(String jobStatus)
The current status of the label detection job.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withJobStatus(VideoJobStatus jobStatus)
The current status of the label detection job.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withLabels(Collection<LabelDetection> labels)
An array of labels detected in the video.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withLabels(LabelDetection... labels)
An array of labels detected in the video.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withNextToken(String nextToken)
If the response is truncated, Rekognition Video returns this token that you can use in the subsequent request to
retrieve the next set of labels.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withStatusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetLabelDetectionResult |
GetLabelDetectionResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Rekognition Video analyzed.
|
Copyright © 2018. All rights reserved.