| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
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 BatchDetectTargetedSentimentResponse |
ComprehendClient.batchDetectTargetedSentiment(BatchDetectTargetedSentimentRequest batchDetectTargetedSentimentRequest)
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
default BatchDetectTargetedSentimentResponse |
ComprehendClient.batchDetectTargetedSentiment(Consumer<BatchDetectTargetedSentimentRequest.Builder> batchDetectTargetedSentimentRequest)
Inspects a batch of documents and returns a sentiment analysis for each entity identified in the documents.
|
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 CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(Consumer<CreateDocumentClassifierRequest.Builder> createDocumentClassifierRequest)
Creates a new document classifier that you can use to categorize documents.
|
default CreateDocumentClassifierResponse |
ComprehendClient.createDocumentClassifier(CreateDocumentClassifierRequest createDocumentClassifierRequest)
Creates a new document classifier that you can use to categorize documents.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(Consumer<CreateEntityRecognizerRequest.Builder> createEntityRecognizerRequest)
Creates an entity recognizer using submitted files.
|
default CreateEntityRecognizerResponse |
ComprehendClient.createEntityRecognizer(CreateEntityRecognizerRequest createEntityRecognizerRequest)
Creates an entity recognizer using submitted files.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default CreateFlywheelResponse |
ComprehendClient.createFlywheel(CreateFlywheelRequest createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(Consumer<DetectEntitiesRequest.Builder> detectEntitiesRequest)
Detects named entities in input text when you use the pre-trained model.
|
default DetectEntitiesResponse |
ComprehendClient.detectEntities(DetectEntitiesRequest detectEntitiesRequest)
Detects named entities in input text when you use the pre-trained model.
|
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.
|
default DetectTargetedSentimentResponse |
ComprehendClient.detectTargetedSentiment(Consumer<DetectTargetedSentimentRequest.Builder> detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
default DetectTargetedSentimentResponse |
ComprehendClient.detectTargetedSentiment(DetectTargetedSentimentRequest detectTargetedSentimentRequest)
Inspects the input text and returns a sentiment analysis for each entity identified in the text.
|
Copyright © 2023. All rights reserved.