| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxResult |
AbstractAmazonComprehend.batchDetectSyntax(BatchDetectSyntaxRequest request) |
BatchDetectSyntaxResult |
AmazonComprehendClient.batchDetectSyntax(BatchDetectSyntaxRequest request)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
BatchDetectSyntaxResult |
AmazonComprehend.batchDetectSyntax(BatchDetectSyntaxRequest batchDetectSyntaxRequest)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectSyntaxResult> |
AbstractAmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request) |
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest batchDetectSyntaxRequest)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsyncClient.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request) |
Future<BatchDetectSyntaxResult> |
AbstractAmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest batchDetectSyntaxRequest,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsyncClient.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectSyntaxResult> |
AbstractAmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsync.batchDetectSyntaxAsync(BatchDetectSyntaxRequest batchDetectSyntaxRequest,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler)
Inspects the text of a batch of documents for the syntax and part of speech of the words in the document and
returns information about them.
|
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsyncClient.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.clone() |
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withErrorList(BatchItemError... errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withErrorList(Collection<BatchItemError> errorList)
A list containing one object for each document that contained an error.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withResultList(BatchDetectSyntaxItemResult... resultList)
A list of objects containing the results of the operation.
|
BatchDetectSyntaxResult |
BatchDetectSyntaxResult.withResultList(Collection<BatchDetectSyntaxItemResult> resultList)
A list of objects containing the results of the operation.
|
Copyright © 2022. All rights reserved.