Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectTextResponse
-
Packages that use DetectTextResponse 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 DetectTextResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DetectTextResponse Modifier and Type Method Description default DetectTextResponseRekognitionClient. detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)Detects text in the input image and converts it into machine-readable text.default DetectTextResponseRekognitionClient. detectText(DetectTextRequest detectTextRequest)Detects text in the input image and converts it into machine-readable text.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DetectTextResponse Modifier and Type Method Description default CompletableFuture<DetectTextResponse>RekognitionAsyncClient. detectText(Consumer<DetectTextRequest.Builder> detectTextRequest)Detects text in the input image and converts it into machine-readable text.default CompletableFuture<DetectTextResponse>RekognitionAsyncClient. detectText(DetectTextRequest detectTextRequest)Detects text in the input image and converts it into machine-readable text.
-