Uses of Class
software.amazon.awssdk.services.comprehend.model.ClassifyDocumentResponse
-
Packages that use ClassifyDocumentResponse 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 ClassifyDocumentResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return ClassifyDocumentResponse Modifier and Type Method Description default ClassifyDocumentResponseComprehendClient. classifyDocument(Consumer<ClassifyDocumentRequest.Builder> classifyDocumentRequest)Creates a classification request to analyze a single document in real-time.default ClassifyDocumentResponseComprehendClient. classifyDocument(ClassifyDocumentRequest classifyDocumentRequest)Creates a classification request to analyze a single document in real-time.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type ClassifyDocumentResponse Modifier and Type Method Description default CompletableFuture<ClassifyDocumentResponse>ComprehendAsyncClient. classifyDocument(Consumer<ClassifyDocumentRequest.Builder> classifyDocumentRequest)Creates a classification request to analyze a single document in real-time.default CompletableFuture<ClassifyDocumentResponse>ComprehendAsyncClient. classifyDocument(ClassifyDocumentRequest classifyDocumentRequest)Creates a classification request to analyze a single document in real-time.
-