Uses of Class
software.amazon.awssdk.services.rekognition.model.GetTextDetectionResponse
-
Packages that use GetTextDetectionResponse 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 -
-
Uses of GetTextDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetTextDetectionResponse Modifier and Type Method Description default GetTextDetectionResponseRekognitionClient. getTextDetection(Consumer<GetTextDetectionRequest.Builder> 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetTextDetectionResponse Modifier and Type Method Description default CompletableFuture<GetTextDetectionResponse>RekognitionAsyncClient. getTextDetection(Consumer<GetTextDetectionRequest.Builder> getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection.default CompletableFuture<GetTextDetectionResponse>RekognitionAsyncClient. getTextDetection(GetTextDetectionRequest getTextDetectionRequest)Gets the text detection results of a Amazon Rekognition Video analysis started by StartTextDetection. -
Uses of GetTextDetectionResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetTextDetectionResponse Modifier and Type Method Description Iterator<GetTextDetectionResponse>GetTextDetectionIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetTextDetectionResponse Modifier and Type Method Description voidGetTextDetectionPublisher. subscribe(org.reactivestreams.Subscriber<? super GetTextDetectionResponse> subscriber)
-