| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.builder() |
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.jobStatus(String jobStatus)
The current status of the label detection job.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.jobStatus(VideoJobStatus jobStatus)
The current status of the label detection job.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.labelModelVersion(String labelModelVersion)
Version number of the label detection model that was used to detect labels.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.labels(Collection<LabelDetection> labels)
An array of labels detected in the video.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.labels(Consumer<LabelDetection.Builder>... labels)
An array of labels detected in the video.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.labels(LabelDetection... labels)
An array of labels detected in the video.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.nextToken(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.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.statusMessage(String statusMessage)
If the job fails,
StatusMessage provides a descriptive error message. |
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.toBuilder() |
default GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.videoMetadata(Consumer<VideoMetadata.Builder> videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.videoMetadata(VideoMetadata videoMetadata)
Information about a video that Amazon Rekognition Video analyzed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetLabelDetectionResponse.Builder> |
GetLabelDetectionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.