@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonComprehend extends Object implements AmazonComprehend
AmazonComprehend. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
BatchDetectDominantLanguageResult |
batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)
Determines the dominant language of the input text for a batch of documents.
|
BatchDetectEntitiesResult |
batchDetectEntities(BatchDetectEntitiesRequest request)
Inspects the text of a batch of documents and returns information about them.
|
BatchDetectKeyPhrasesResult |
batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest request)
Detects the key noun phrases found in a batch of documents.
|
BatchDetectSentimentResult |
batchDetectSentiment(BatchDetectSentimentRequest request)
Inspects a batch of documents and returns an inference of the prevailing sentiment,
POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one. |
DescribeTopicsDetectionJobResult |
describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest request)
Gets the properties associated with a topic detection job.
|
DetectDominantLanguageResult |
detectDominantLanguage(DetectDominantLanguageRequest request)
Determines the dominant language of the input text.
|
DetectEntitiesResult |
detectEntities(DetectEntitiesRequest request)
Inspects text for entities, and returns information about them.
|
DetectKeyPhrasesResult |
detectKeyPhrases(DetectKeyPhrasesRequest request)
Detects the key noun phrases found in the text.
|
DetectSentimentResult |
detectSentiment(DetectSentimentRequest request)
Inspects text and returns an inference of the prevailing sentiment (
POSITIVE, NEUTRAL,
MIXED, or NEGATIVE). |
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListTopicsDetectionJobsResult |
listTopicsDetectionJobs(ListTopicsDetectionJobsRequest request)
Gets a list of the topic detection jobs that you have submitted.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartTopicsDetectionJobResult |
startTopicsDetectionJob(StartTopicsDetectionJobRequest request)
Starts an asynchronous topic detection job.
|
public BatchDetectDominantLanguageResult batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)
AmazonComprehendDetermines the dominant language of the input text for a batch of documents. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
batchDetectDominantLanguage in interface AmazonComprehendpublic BatchDetectEntitiesResult batchDetectEntities(BatchDetectEntitiesRequest request)
AmazonComprehendInspects the text of a batch of documents and returns information about them. For more information about entities, see how-entities
batchDetectEntities in interface AmazonComprehendpublic BatchDetectKeyPhrasesResult batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest request)
AmazonComprehendDetects the key noun phrases found in a batch of documents.
batchDetectKeyPhrases in interface AmazonComprehendpublic BatchDetectSentimentResult batchDetectSentiment(BatchDetectSentimentRequest request)
AmazonComprehend
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE,
NEUTRAL, MIXED, or NEGATIVE, in each one.
batchDetectSentiment in interface AmazonComprehendpublic DescribeTopicsDetectionJobResult describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest request)
AmazonComprehendGets the properties associated with a topic detection job. Use this operation to get the status of a detection job.
describeTopicsDetectionJob in interface AmazonComprehendpublic DetectDominantLanguageResult detectDominantLanguage(DetectDominantLanguageRequest request)
AmazonComprehendDetermines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
detectDominantLanguage in interface AmazonComprehendpublic DetectEntitiesResult detectEntities(DetectEntitiesRequest request)
AmazonComprehendInspects text for entities, and returns information about them. For more information, about entities, see how-entities.
detectEntities in interface AmazonComprehendpublic DetectKeyPhrasesResult detectKeyPhrases(DetectKeyPhrasesRequest request)
AmazonComprehendDetects the key noun phrases found in the text.
detectKeyPhrases in interface AmazonComprehendpublic DetectSentimentResult detectSentiment(DetectSentimentRequest request)
AmazonComprehend
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL,
MIXED, or NEGATIVE).
detectSentiment in interface AmazonComprehendpublic ListTopicsDetectionJobsResult listTopicsDetectionJobs(ListTopicsDetectionJobsRequest request)
AmazonComprehendGets a list of the topic detection jobs that you have submitted.
listTopicsDetectionJobs in interface AmazonComprehendpublic StartTopicsDetectionJobResult startTopicsDetectionJob(StartTopicsDetectionJobRequest request)
AmazonComprehend
Starts an asynchronous topic detection job. Use the DescribeTopicDetectionJob operation to track the
status of a job.
startTopicsDetectionJob in interface AmazonComprehendpublic void shutdown()
AmazonComprehendshutdown in interface AmazonComprehendpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonComprehendResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonComprehendrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.