Uses of Class
software.amazon.awssdk.services.rekognition.model.CreateStreamProcessorResponse
-
Packages that use CreateStreamProcessorResponse 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 CreateStreamProcessorResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return CreateStreamProcessorResponse Modifier and Type Method Description default CreateStreamProcessorResponseRekognitionClient. createStreamProcessor(Consumer<CreateStreamProcessorRequest.Builder> createStreamProcessorRequest)Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces or to detect labels in a streaming video.default CreateStreamProcessorResponseRekognitionClient. createStreamProcessor(CreateStreamProcessorRequest createStreamProcessorRequest)Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces or to detect labels in a streaming video.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type CreateStreamProcessorResponse Modifier and Type Method Description default CompletableFuture<CreateStreamProcessorResponse>RekognitionAsyncClient. createStreamProcessor(Consumer<CreateStreamProcessorRequest.Builder> createStreamProcessorRequest)Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces or to detect labels in a streaming video.default CompletableFuture<CreateStreamProcessorResponse>RekognitionAsyncClient. createStreamProcessor(CreateStreamProcessorRequest createStreamProcessorRequest)Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces or to detect labels in a streaming video.
-