Uses of Class
software.amazon.awssdk.services.comprehend.model.StartKeyPhrasesDetectionJobResponse
-
Packages that use StartKeyPhrasesDetectionJobResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of StartKeyPhrasesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return StartKeyPhrasesDetectionJobResponse Modifier and Type Method Description default StartKeyPhrasesDetectionJobResponseComprehendClient. startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest)Starts an asynchronous key phrase detection job for a collection of documents.default StartKeyPhrasesDetectionJobResponseComprehendClient. startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest)Starts an asynchronous key phrase detection job for a collection of documents.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type StartKeyPhrasesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<StartKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest)Starts an asynchronous key phrase detection job for a collection of documents.default CompletableFuture<StartKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest startKeyPhrasesDetectionJobRequest)Starts an asynchronous key phrase detection job for a collection of documents.
-