| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
default BatchDetectDominantLanguageResponse |
ComprehendClient.batchDetectDominantLanguage(Consumer<BatchDetectDominantLanguageRequest.Builder> batchDetectDominantLanguageRequest)
Determines the dominant language of the input text for a batch of documents.
|
default BatchDetectEntitiesResponse |
ComprehendClient.batchDetectEntities(BatchDetectEntitiesRequest batchDetectEntitiesRequest)
Inspects the text of a batch of documents for named entities and returns information about them.
|
default BatchDetectEntitiesResponse |
ComprehendClient.batchDetectEntities(Consumer<BatchDetectEntitiesRequest.Builder> batchDetectEntitiesRequest)
Inspects the text of a batch of documents for named entities and returns information about them.
|
default BatchDetectKeyPhrasesResponse |
ComprehendClient.batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest batchDetectKeyPhrasesRequest)
Detects the key noun phrases found in a batch of documents.
|
default BatchDetectKeyPhrasesResponse |
ComprehendClient.batchDetectKeyPhrases(Consumer<BatchDetectKeyPhrasesRequest.Builder> batchDetectKeyPhrasesRequest)
Detects the key noun phrases found in a batch of documents.
|
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(BatchDetectSentimentRequest batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
default BatchDetectSentimentResponse |
ComprehendClient.batchDetectSentiment(Consumer<BatchDetectSentimentRequest.Builder> batchDetectSentimentRequest)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
default BatchDetectSyntaxResponse |
ComprehendClient.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.
|
default BatchDetectSyntaxResponse |
ComprehendClient.batchDetectSyntax(Consumer<BatchDetectSyntaxRequest.Builder> 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.
|
default ClassifyDocumentResponse |
ComprehendClient.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.
|
default ClassifyDocumentResponse |
ComprehendClient.classifyDocument(Consumer<ClassifyDocumentRequest.Builder> 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.
|
default ContainsPiiEntitiesResponse |
ComprehendClient.containsPiiEntities(Consumer<ContainsPiiEntitiesRequest.Builder> containsPiiEntitiesRequest)
Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of
identified PII entity types such as name, address, bank account number, or phone number.
|
default ContainsPiiEntitiesResponse |
ComprehendClient.containsPiiEntities(ContainsPiiEntitiesRequest containsPiiEntitiesRequest)
Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of
identified PII entity types such as name, address, bank account number, or phone number.
|
default DetectDominantLanguageResponse |
ComprehendClient.detectDominantLanguage(Consumer<DetectDominantLanguageRequest.Builder> detectDominantLanguageRequest)
Determines the dominant language of the input text.
|
default DetectDominantLanguageResponse |
ComprehendClient.detectDominantLanguage(DetectDominantLanguageRequest detectDominantLanguageRequest)
Determines the dominant language of the input text.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Inspects text for named entities, and returns information about them.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Inspects text for named entities, and returns information about them.
|
default DetectKeyPhrasesResponse |
ComprehendClient.detectKeyPhrases(Consumer<DetectKeyPhrasesRequest.Builder> detectKeyPhrasesRequest)
Detects the key noun phrases found in the text.
|
default DetectKeyPhrasesResponse |
ComprehendClient.detectKeyPhrases(DetectKeyPhrasesRequest detectKeyPhrasesRequest)
Detects the key noun phrases found in the text.
|
default DetectPiiEntitiesResponse |
ComprehendClient.detectPiiEntities(Consumer<DetectPiiEntitiesRequest.Builder> detectPiiEntitiesRequest)
Inspects the input text for entities that contain personally identifiable information (PII) and returns
information about them.
|
default DetectPiiEntitiesResponse |
ComprehendClient.detectPiiEntities(DetectPiiEntitiesRequest detectPiiEntitiesRequest)
Inspects the input text for entities that contain personally identifiable information (PII) and returns
information about them.
|
default DetectSentimentResponse |
ComprehendClient.detectSentiment(Consumer<DetectSentimentRequest.Builder> detectSentimentRequest)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
default DetectSentimentResponse |
ComprehendClient.detectSentiment(DetectSentimentRequest detectSentimentRequest)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(Consumer<DetectSyntaxRequest.Builder> detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
default DetectSyntaxResponse |
ComprehendClient.detectSyntax(DetectSyntaxRequest detectSyntaxRequest)
Inspects text for syntax and the part of speech of words in the document.
|
Copyright © 2021. All rights reserved.