Uses of Class
software.amazon.awssdk.services.rekognition.model.StartLabelDetectionResponse
-
Packages that use StartLabelDetectionResponse 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. -
-
Uses of StartLabelDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartLabelDetectionResponse Modifier and Type Method Description default StartLabelDetectionResponseRekognitionClient. startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest)Starts asynchronous detection of labels in a stored video.default StartLabelDetectionResponseRekognitionClient. startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest)Starts asynchronous detection of labels in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartLabelDetectionResponse Modifier and Type Method Description default CompletableFuture<StartLabelDetectionResponse>RekognitionAsyncClient. startLabelDetection(Consumer<StartLabelDetectionRequest.Builder> startLabelDetectionRequest)Starts asynchronous detection of labels in a stored video.default CompletableFuture<StartLabelDetectionResponse>RekognitionAsyncClient. startLabelDetection(StartLabelDetectionRequest startLabelDetectionRequest)Starts asynchronous detection of labels in a stored video.
-