Uses of Class
software.amazon.awssdk.services.rekognition.model.StartTextDetectionResponse
-
Packages that use StartTextDetectionResponse 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 StartTextDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartTextDetectionResponse Modifier and Type Method Description default StartTextDetectionResponseRekognitionClient. startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest)Starts asynchronous detection of text in a stored video.default StartTextDetectionResponseRekognitionClient. startTextDetection(StartTextDetectionRequest startTextDetectionRequest)Starts asynchronous detection of text in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartTextDetectionResponse Modifier and Type Method Description default CompletableFuture<StartTextDetectionResponse>RekognitionAsyncClient. startTextDetection(Consumer<StartTextDetectionRequest.Builder> startTextDetectionRequest)Starts asynchronous detection of text in a stored video.default CompletableFuture<StartTextDetectionResponse>RekognitionAsyncClient. startTextDetection(StartTextDetectionRequest startTextDetectionRequest)Starts asynchronous detection of text in a stored video.
-