GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.aggregateBy(String aggregateBy) |
Defines how to aggregate the returned results.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.aggregateBy(LabelDetectionAggregateBy aggregateBy) |
Defines how to aggregate the returned results.
|
static GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.builder() |
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.jobId(String jobId) |
Job identifier for the label detection operation for which you want results returned.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.maxResults(Integer maxResults) |
Maximum number of results to return per paginated call.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.nextToken(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.Builder |
GetLabelDetectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.sortBy(String sortBy) |
Sort to use for elements in the Labels array.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.Builder.sortBy(LabelDetectionSortBy sortBy) |
Sort to use for elements in the Labels array.
|
GetLabelDetectionRequest.Builder |
GetLabelDetectionRequest.toBuilder() |
|