| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the Amazon Rekognition API reference.
|
| com.amazonaws.services.rekognition.model |
| 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 Amazon Rekognition Video analysis started by StartLabelDetection.
|
Future<GetLabelDetectionResult> |
AmazonRekognitionAsyncClient.getLabelDetectionAsync(GetLabelDetectionRequest request,
AsyncHandler<GetLabelDetectionRequest,GetLabelDetectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionRequest |
GetLabelDetectionRequest.clone() |
GetLabelDetectionRequest |
GetLabelDetectionRequest.withJobId(String jobId)
Job identifier for the label detection operation for which you want results returned.
|
GetLabelDetectionRequest |
GetLabelDetectionRequest.withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetLabelDetectionRequest |
GetLabelDetectionRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more labels to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
GetLabelDetectionRequest |
GetLabelDetectionRequest.withSortBy(LabelDetectionSortBy sortBy)
Sort to use for elements in the
Labels array. |
GetLabelDetectionRequest |
GetLabelDetectionRequest.withSortBy(String sortBy)
Sort to use for elements in the
Labels array. |
Copyright © 2020. All rights reserved.