Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
-
Packages that use DescribeKeyPhrasesDetectionJobRequest Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.software.amazon.awssdk.services.comprehend.transform -
-
Uses of DescribeKeyPhrasesDetectionJobRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type DescribeKeyPhrasesDetectionJobRequest Modifier and Type Method Description default CompletableFuture<DescribeKeyPhrasesDetectionJobResponse>ComprehendAsyncClient. describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest 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. -
Uses of DescribeKeyPhrasesDetectionJobRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type DescribeKeyPhrasesDetectionJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeKeyPhrasesDetectionJobRequestMarshaller. marshall(DescribeKeyPhrasesDetectionJobRequest describeKeyPhrasesDetectionJobRequest)
-