static GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.builder() |
|
default GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.getRequestMetadata(Consumer<GetLabelDetectionRequestMetadata.Builder> getRequestMetadata) |
Information about the paramters used when getting a response.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.getRequestMetadata(GetLabelDetectionRequestMetadata getRequestMetadata) |
Information about the paramters used when getting a response.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.jobId(String jobId) |
Job identifier for the label detection operation for which you want to obtain results.
|
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.jobTag(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.
|
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.video(Consumer<Video.Builder> video) |
Sets the value of the Video property for this object.
|
GetLabelDetectionResponse.Builder |
GetLabelDetectionResponse.Builder.video(Video video) |
Sets the value of the Video property for this object.
|
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.
|