| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ClassifyDocumentResult> |
AmazonComprehendAsyncClient.classifyDocumentAsync(ClassifyDocumentRequest request,
AsyncHandler<ClassifyDocumentRequest,ClassifyDocumentResult> asyncHandler) |
Future<ClassifyDocumentResult> |
AbstractAmazonComprehendAsync.classifyDocumentAsync(ClassifyDocumentRequest request,
AsyncHandler<ClassifyDocumentRequest,ClassifyDocumentResult> asyncHandler) |
Future<ClassifyDocumentResult> |
AmazonComprehendAsync.classifyDocumentAsync(ClassifyDocumentRequest classifyDocumentRequest,
AsyncHandler<ClassifyDocumentRequest,ClassifyDocumentResult> asyncHandler)
Creates a classification request to analyze a single document in real-time.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyDocumentRequest |
ClassifyDocumentRequest.clone() |
ClassifyDocumentRequest |
ClassifyDocumentRequest.withBytes(ByteBuffer bytes)
Use the
Bytes parameter to input a text, PDF, Word or image file. |
ClassifyDocumentRequest |
ClassifyDocumentRequest.withDocumentReaderConfig(DocumentReaderConfig documentReaderConfig)
Provides configuration parameters to override the default actions for extracting text from PDF documents and
image files.
|
ClassifyDocumentRequest |
ClassifyDocumentRequest.withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
ClassifyDocumentRequest |
ClassifyDocumentRequest.withText(String text)
The document text to be analyzed.
|
Copyright © 2023. All rights reserved.