Uses of Class
software.amazon.awssdk.services.rekognition.model.GetLabelDetectionRequest
-
Packages that use GetLabelDetectionRequest 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 GetLabelDetectionRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type GetLabelDetectionRequest Modifier and Type Method Description default CompletableFuture<GetLabelDetectionResponse>RekognitionAsyncClient. getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionResponseRekognitionClient. getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default GetLabelDetectionPublisherRekognitionAsyncClient. getLabelDetectionPaginator(GetLabelDetectionRequest 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. -
Uses of GetLabelDetectionRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type GetLabelDetectionRequest Constructor Description GetLabelDetectionIterable(RekognitionClient client, GetLabelDetectionRequest firstRequest)GetLabelDetectionPublisher(RekognitionAsyncClient client, GetLabelDetectionRequest firstRequest) -
Uses of GetLabelDetectionRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type GetLabelDetectionRequest Modifier and Type Method Description SdkHttpFullRequestGetLabelDetectionRequestMarshaller. marshall(GetLabelDetectionRequest getLabelDetectionRequest)
-