Uses of Class
software.amazon.awssdk.services.rekognition.paginators.GetTextDetectionIterable
-
Packages that use GetTextDetectionIterable 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 GetTextDetectionIterable in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetTextDetectionIterable Modifier and Type Method Description default GetTextDetectionIterableRekognitionClient. getTextDetectionPaginator(Consumer<GetTextDetectionRequest.Builder> 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.
-