Uses of Class
software.amazon.awssdk.services.rekognition.model.GetTextDetectionRequest
-
Packages that use GetTextDetectionRequest 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.paginators software.amazon.awssdk.services.rekognition.transform -
-
Uses of GetTextDetectionRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type GetTextDetectionRequest Modifier and Type Method Description default CompletableFuture<GetTextDetectionResponse>RekognitionAsyncClient. getTextDetection(GetTextDetectionRequest getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.default GetTextDetectionResponseRekognitionClient. getTextDetection(GetTextDetectionRequest getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.default GetTextDetectionPublisherRekognitionAsyncClient. getTextDetectionPaginator(GetTextDetectionRequest getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.default GetTextDetectionIterableRekognitionClient. getTextDetectionPaginator(GetTextDetectionRequest getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection. -
Uses of GetTextDetectionRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type GetTextDetectionRequest Constructor Description GetTextDetectionIterable(RekognitionClient client, GetTextDetectionRequest firstRequest)GetTextDetectionPublisher(RekognitionAsyncClient client, GetTextDetectionRequest firstRequest) -
Uses of GetTextDetectionRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type GetTextDetectionRequest Modifier and Type Method Description SdkHttpFullRequestGetTextDetectionRequestMarshaller. marshall(GetTextDetectionRequest getTextDetectionRequest)
-