| 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 |
AmazonComprehend.detectSyntax(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
DetectSyntaxResult |
AmazonComprehendClient.detectSyntax(DetectSyntaxRequest request)
Inspects text for syntax and the part of speech of words in the document.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DetectSyntaxResult |
DetectSyntaxResult.clone() |
DetectSyntaxResult |
DetectSyntaxResult.withSyntaxTokens(Collection<SyntaxToken> syntaxTokens)
A collection of syntax tokens describing the text.
|
DetectSyntaxResult |
DetectSyntaxResult.withSyntaxTokens(SyntaxToken... syntaxTokens)
A collection of syntax tokens describing the text.
|
Copyright © 2023. All rights reserved.