Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectTextRequest
-
Packages that use DetectTextRequest 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.transform -
-
Uses of DetectTextRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type DetectTextRequest Modifier and Type Method Description default CompletableFuture<DetectTextResponse>RekognitionAsyncClient. detectText(DetectTextRequest 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. -
Uses of DetectTextRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type DetectTextRequest Modifier and Type Method Description SdkHttpFullRequestDetectTextRequestMarshaller. marshall(DetectTextRequest detectTextRequest)
-