Uses of Class
software.amazon.awssdk.services.comprehend.model.ClassifyDocumentRequest
-
Packages that use ClassifyDocumentRequest 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 ClassifyDocumentRequest in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend with parameters of type ClassifyDocumentRequest Modifier and Type Method Description default CompletableFuture<ClassifyDocumentResponse>ComprehendAsyncClient. classifyDocument(ClassifyDocumentRequest 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. -
Uses of ClassifyDocumentRequest in software.amazon.awssdk.services.comprehend.transform
Methods in software.amazon.awssdk.services.comprehend.transform with parameters of type ClassifyDocumentRequest Modifier and Type Method Description SdkHttpFullRequestClassifyDocumentRequestMarshaller. marshall(ClassifyDocumentRequest classifyDocumentRequest)
-