Uses of Class
software.amazon.awssdk.services.rekognition.model.StartSegmentDetectionResponse
-
Packages that use StartSegmentDetectionResponse 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 StartSegmentDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartSegmentDetectionResponse Modifier and Type Method Description default StartSegmentDetectionResponseRekognitionClient. startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest)Starts asynchronous detection of segment detection in a stored video.default StartSegmentDetectionResponseRekognitionClient. startSegmentDetection(StartSegmentDetectionRequest startSegmentDetectionRequest)Starts asynchronous detection of segment detection in a stored video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartSegmentDetectionResponse Modifier and Type Method Description default CompletableFuture<StartSegmentDetectionResponse>RekognitionAsyncClient. startSegmentDetection(Consumer<StartSegmentDetectionRequest.Builder> startSegmentDetectionRequest)Starts asynchronous detection of segment detection in a stored video.default CompletableFuture<StartSegmentDetectionResponse>RekognitionAsyncClient. startSegmentDetection(StartSegmentDetectionRequest startSegmentDetectionRequest)Starts asynchronous detection of segment detection in a stored video.
-