| 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 |
|---|---|
ClassifyDocumentResult |
AmazonComprehendClient.classifyDocument(ClassifyDocumentRequest request)
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.
|
ClassifyDocumentResult |
AbstractAmazonComprehend.classifyDocument(ClassifyDocumentRequest request) |
ClassifyDocumentResult |
AmazonComprehend.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 |
|---|---|
Future<ClassifyDocumentResult> |
AmazonComprehendAsyncClient.classifyDocumentAsync(ClassifyDocumentRequest request) |
Future<ClassifyDocumentResult> |
AbstractAmazonComprehendAsync.classifyDocumentAsync(ClassifyDocumentRequest request) |
Future<ClassifyDocumentResult> |
AmazonComprehendAsync.classifyDocumentAsync(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.
|
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 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 |
|---|---|
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 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 |
|---|---|
ClassifyDocumentResult |
ClassifyDocumentResult.clone() |
ClassifyDocumentResult |
ClassifyDocumentResult.withClasses(Collection<DocumentClass> classes)
The classes used by the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withClasses(DocumentClass... classes)
The classes used by the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withDocumentMetadata(DocumentMetadata documentMetadata)
Extraction information about the document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withDocumentType(Collection<DocumentTypeListItem> documentType)
The document type for each page in the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withDocumentType(DocumentTypeListItem... documentType)
The document type for each page in the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withErrors(Collection<ErrorsListItem> errors)
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withErrors(ErrorsListItem... errors)
Page-level errors that the system detected while processing the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withLabels(Collection<DocumentLabel> labels)
The labels used the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withLabels(DocumentLabel... labels)
The labels used the document being analyzed.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withWarnings(Collection<WarningsListItem> warnings)
Warnings detected while processing the input document.
|
ClassifyDocumentResult |
ClassifyDocumentResult.withWarnings(WarningsListItem... warnings)
Warnings detected while processing the input document.
|
Copyright © 2023. All rights reserved.