| 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 |
|---|---|
GetLabelDetectionResult |
AmazonRekognitionClient.getLabelDetection(GetLabelDetectionRequest request)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
GetLabelDetectionResult |
AmazonRekognition.getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)
Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
|
GetLabelDetectionResult |
AbstractAmazonRekognition.getLabelDetection(GetLabelDetectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetLabelDetectionResult> |
AmazonRekognitionAsyncClient.getLabelDetectionAsync(GetLabelDetectionRequest request,
AsyncHandler<GetLabelDetectionRequest,GetLabelDetectionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetLabelDetectionResult |
GetLabelDetectionResult.clone() |
GetLabelDetectionResult |
GetLabelDetectionResult.withGetRequestMetadata(GetLabelDetectionRequestMetadata getRequestMetadata)
Information about the paramters used when getting a response.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withJobId(String jobId)
Job identifier for the label detection operation for which you want to obtain results.
|
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.withJobTag(String jobTag)
A job identifier specified in the call to StartLabelDetection and returned in the job completion notification
sent to your Amazon Simple Notification Service topic.
|
GetLabelDetectionResult |
GetLabelDetectionResult.withLabelModelVersion(String labelModelVersion)
Version number of the label detection model that was used to detect labels.
|
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, Amazon 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.withVideo(Video video) |
GetLabelDetectionResult |
GetLabelDetectionResult.withVideoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
Copyright © 2023. All rights reserved.