| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(ClassifyDocumentRequest classifyDocumentRequest)
Creates a new document classification request to analyze a single document in real-time, using a previously
created and trained custom model and an endpoint.
|
default CompletableFuture<ClassifyDocumentResponse> |
ComprehendAsyncClient.classifyDocument(ClassifyDocumentRequest classifyDocumentRequest)
Creates a new document classification request to analyze a single document in real-time, using a previously
created and trained custom model and an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ClassifyDocumentRequestMarshaller.marshall(ClassifyDocumentRequest classifyDocumentRequest) |
Copyright © 2023. All rights reserved.