| 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 |
|---|---|
DetectSyntaxResult |
AbstractAmazonComprehend.detectSyntax(DetectSyntaxRequest request) |
DetectSyntaxResult |
AmazonComprehendClient.detectSyntax(DetectSyntaxRequest request)
Inspects text for syntax and the part of speech of words in the document.
|
DetectSyntaxResult |
AmazonComprehend.detectSyntax(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
Future<DetectSyntaxResult> |
AbstractAmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest request) |
Future<DetectSyntaxResult> |
AmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
Future<DetectSyntaxResult> |
AmazonComprehendAsyncClient.detectSyntaxAsync(DetectSyntaxRequest request) |
Future<DetectSyntaxResult> |
AbstractAmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest request,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler) |
Future<DetectSyntaxResult> |
AmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest detectSyntaxRequest,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler)
Inspects text for syntax and the part of speech of words in the document.
|
Future<DetectSyntaxResult> |
AmazonComprehendAsyncClient.detectSyntaxAsync(DetectSyntaxRequest request,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DetectSyntaxResult> |
AbstractAmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest request,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler) |
Future<DetectSyntaxResult> |
AmazonComprehendAsync.detectSyntaxAsync(DetectSyntaxRequest detectSyntaxRequest,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler)
Inspects text for syntax and the part of speech of words in the document.
|
Future<DetectSyntaxResult> |
AmazonComprehendAsyncClient.detectSyntaxAsync(DetectSyntaxRequest request,
AsyncHandler<DetectSyntaxRequest,DetectSyntaxResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DetectSyntaxRequest |
DetectSyntaxRequest.clone() |
DetectSyntaxRequest |
DetectSyntaxRequest.withLanguageCode(String languageCode)
The language code of the input documents.
|
DetectSyntaxRequest |
DetectSyntaxRequest.withLanguageCode(SyntaxLanguageCode languageCode)
The language code of the input documents.
|
DetectSyntaxRequest |
DetectSyntaxRequest.withText(String text)
A UTF-8 string.
|
Copyright © 2022. All rights reserved.