Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeDocumentClassificationJobResponse
-
Packages that use DescribeDocumentClassificationJobResponse 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 DescribeDocumentClassificationJobResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeDocumentClassificationJobResponse Modifier and Type Method Description default DescribeDocumentClassificationJobResponseComprehendClient. describeDocumentClassificationJob(Consumer<DescribeDocumentClassificationJobRequest.Builder> describeDocumentClassificationJobRequest)Gets the properties associated with a document classification job.default DescribeDocumentClassificationJobResponseComprehendClient. describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest describeDocumentClassificationJobRequest)Gets the properties associated with a document classification job.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeDocumentClassificationJobResponse Modifier and Type Method Description default CompletableFuture<DescribeDocumentClassificationJobResponse>ComprehendAsyncClient. describeDocumentClassificationJob(Consumer<DescribeDocumentClassificationJobRequest.Builder> describeDocumentClassificationJobRequest)Gets the properties associated with a document classification job.default CompletableFuture<DescribeDocumentClassificationJobResponse>ComprehendAsyncClient. describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest describeDocumentClassificationJobRequest)Gets the properties associated with a document classification job.
-