Uses of Class
software.amazon.awssdk.services.rekognition.paginators.GetLabelDetectionIterable
-
Packages that use GetLabelDetectionIterable 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 GetLabelDetectionIterable in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetLabelDetectionIterable Modifier and Type Method Description default GetLabelDetectionIterableRekognitionClient. getLabelDetectionPaginator(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionIterableRekognitionClient. getLabelDetectionPaginator(GetLabelDetectionRequest getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
-