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