| 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 |
|---|---|
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 |
AbstractAmazonComprehend.batchDetectSyntax(BatchDetectSyntaxRequest request) |
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.
|
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsyncClient.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request) |
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,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDetectSyntaxResult> |
AmazonComprehendAsyncClient.batchDetectSyntaxAsync(BatchDetectSyntaxRequest request,
AsyncHandler<BatchDetectSyntaxRequest,BatchDetectSyntaxResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDetectSyntaxRequest |
BatchDetectSyntaxRequest.clone() |
BatchDetectSyntaxRequest |
BatchDetectSyntaxRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest |
BatchDetectSyntaxRequest.withLanguageCode(SyntaxLanguageCode languageCode)
The language of the input documents.
|
BatchDetectSyntaxRequest |
BatchDetectSyntaxRequest.withTextList(Collection<String> textList)
A list containing the UTF-8 encoded text of the input documents.
|
BatchDetectSyntaxRequest |
BatchDetectSyntaxRequest.withTextList(String... textList)
A list containing the UTF-8 encoded text of the input documents.
|
Copyright © 2023. All rights reserved.