Uses of Interface
software.amazon.awssdk.services.rekognition.model.GetLabelDetectionRequest.Builder
-
Packages that use GetLabelDetectionRequest.Builder Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video.software.amazon.awssdk.services.rekognition.model -
-
Uses of GetLabelDetectionRequest.Builder in software.amazon.awssdk.services.rekognition
Method parameters in software.amazon.awssdk.services.rekognition with type arguments of type GetLabelDetectionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLabelDetectionResponse>RekognitionAsyncClient. getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionResponseRekognitionClient. getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionPublisherRekognitionAsyncClient. getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionIterableRekognitionClient. getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. -
Uses of GetLabelDetectionRequest.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return GetLabelDetectionRequest.Builder Modifier and Type Method Description GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. aggregateBy(String aggregateBy)Defines how to aggregate the returned results.GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. aggregateBy(LabelDetectionAggregateBy aggregateBy)Defines how to aggregate the returned results.static GetLabelDetectionRequest.BuilderGetLabelDetectionRequest. builder()GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. jobId(String jobId)Job identifier for the label detection operation for which you want results returned.GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. maxResults(Integer maxResults)Maximum number of results to return per paginated call.GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.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.BuilderGetLabelDetectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. sortBy(String sortBy)Sort to use for elements in theLabelsarray.GetLabelDetectionRequest.BuilderGetLabelDetectionRequest.Builder. sortBy(LabelDetectionSortBy sortBy)Sort to use for elements in theLabelsarray.GetLabelDetectionRequest.BuilderGetLabelDetectionRequest. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type GetLabelDetectionRequest.Builder Modifier and Type Method Description static Class<? extends GetLabelDetectionRequest.Builder>GetLabelDetectionRequest. serializableBuilderClass()
-