Uses of Class
software.amazon.awssdk.services.rekognition.model.GetLabelDetectionResponse
-
Packages that use GetLabelDetectionResponse 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 GetLabelDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetLabelDetectionResponse Modifier and Type Method Description default GetLabelDetectionResponseRekognitionClient. getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetLabelDetectionResponse Modifier and Type Method Description default CompletableFuture<GetLabelDetectionResponse>RekognitionAsyncClient. getLabelDetection(Consumer<GetLabelDetectionRequest.Builder> getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.default CompletableFuture<GetLabelDetectionResponse>RekognitionAsyncClient. getLabelDetection(GetLabelDetectionRequest getLabelDetectionRequest)Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection. -
Uses of GetLabelDetectionResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetLabelDetectionResponse Modifier and Type Method Description Iterator<GetLabelDetectionResponse>GetLabelDetectionIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetLabelDetectionResponse Modifier and Type Method Description voidGetLabelDetectionPublisher. subscribe(org.reactivestreams.Subscriber<? super GetLabelDetectionResponse> subscriber)
-