Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectCustomLabelsResponse
-
Packages that use DetectCustomLabelsResponse 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 DetectCustomLabelsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DetectCustomLabelsResponse Modifier and Type Method Description default DetectCustomLabelsResponseRekognitionClient. detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)default DetectCustomLabelsResponseRekognitionClient. detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DetectCustomLabelsResponse Modifier and Type Method Description default CompletableFuture<DetectCustomLabelsResponse>RekognitionAsyncClient. detectCustomLabels(Consumer<DetectCustomLabelsRequest.Builder> detectCustomLabelsRequest)default CompletableFuture<DetectCustomLabelsResponse>RekognitionAsyncClient. detectCustomLabels(DetectCustomLabelsRequest detectCustomLabelsRequest)
-