Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeKeyPhrasesDetectionJobResponse
-
Packages that use DescribeKeyPhrasesDetectionJobResponse 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 DescribeKeyPhrasesDetectionJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeKeyPhrasesDetectionJobResponse Modifier and Type Method Description default DescribeKeyPhrasesDetectionJobResponseComprehendClient. describeKeyPhrasesDetectionJob(Consumer<DescribeKeyPhrasesDetectionJobRequest.Builder> describeKeyPhrasesDetectionJobRequest)Gets the properties associated with a key phrases detection job.default DescribeKeyPhrasesDetectionJobResponseComprehendClient. describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest describeKeyPhrasesDetectionJobRequest)Gets the properties associated with a key phrases detection job.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeKeyPhrasesDetectionJobResponse Modifier and Type Method Description default CompletableFuture<DescribeKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. describeKeyPhrasesDetectionJob(Consumer<DescribeKeyPhrasesDetectionJobRequest.Builder> describeKeyPhrasesDetectionJobRequest)Gets the properties associated with a key phrases detection job.default CompletableFuture<DescribeKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest describeKeyPhrasesDetectionJobRequest)Gets the properties associated with a key phrases detection job.
-