Uses of Class
software.amazon.awssdk.services.rekognition.model.GetSegmentDetectionResponse
-
Packages that use GetSegmentDetectionResponse 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 GetSegmentDetectionResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return GetSegmentDetectionResponse Modifier and Type Method Description default GetSegmentDetectionResponseRekognitionClient. getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.default GetSegmentDetectionResponseRekognitionClient. getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type GetSegmentDetectionResponse Modifier and Type Method Description default CompletableFuture<GetSegmentDetectionResponse>RekognitionAsyncClient. getSegmentDetection(Consumer<GetSegmentDetectionRequest.Builder> getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection.default CompletableFuture<GetSegmentDetectionResponse>RekognitionAsyncClient. getSegmentDetection(GetSegmentDetectionRequest getSegmentDetectionRequest)Gets the segment detection results of a Amazon Rekognition Video analysis started by StartSegmentDetection. -
Uses of GetSegmentDetectionResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type GetSegmentDetectionResponse Modifier and Type Method Description Iterator<GetSegmentDetectionResponse>GetSegmentDetectionIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type GetSegmentDetectionResponse Modifier and Type Method Description voidGetSegmentDetectionPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSegmentDetectionResponse> subscriber)
-