Skip navigation links
A B C D E F G H I J K L M O P S T U V W 

A

AbstractAmazonComprehend - Class in com.amazonaws.services.comprehend
Abstract implementation of AmazonComprehend.
AbstractAmazonComprehend() - Constructor for class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
AbstractAmazonComprehendAsync - Class in com.amazonaws.services.comprehend
Abstract implementation of AmazonComprehendAsync.
AbstractAmazonComprehendAsync() - Constructor for class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
AmazonComprehend - Interface in com.amazonaws.services.comprehend
Interface for accessing Amazon Comprehend.
AmazonComprehendAsync - Interface in com.amazonaws.services.comprehend
Interface for accessing Amazon Comprehend asynchronously.
AmazonComprehendAsyncClient - Class in com.amazonaws.services.comprehend
Client for accessing Amazon Comprehend asynchronously.
AmazonComprehendAsyncClientBuilder - Class in com.amazonaws.services.comprehend
Fluent builder for AmazonComprehendAsync.
AmazonComprehendClient - Class in com.amazonaws.services.comprehend
Client for accessing Amazon Comprehend.
AmazonComprehendClientBuilder - Class in com.amazonaws.services.comprehend
Fluent builder for AmazonComprehend.
AmazonComprehendException - Exception in com.amazonaws.services.comprehend.model
Base exception for all service exceptions thrown by Amazon Comprehend
AmazonComprehendException(String) - Constructor for exception com.amazonaws.services.comprehend.model.AmazonComprehendException
Constructs a new AmazonComprehendException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 

B

batchDetectDominantLanguage(BatchDetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
batchDetectDominantLanguage(BatchDetectDominantLanguageRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Determines the dominant language of the input text for a batch of documents.
batchDetectDominantLanguage(BatchDetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Determines the dominant language of the input text for a batch of documents.
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest, AsyncHandler<BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Determines the dominant language of the input text for a batch of documents.
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest, AsyncHandler<BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Determines the dominant language of the input text for a batch of documents.
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
batchDetectDominantLanguageAsync(BatchDetectDominantLanguageRequest, AsyncHandler<BatchDetectDominantLanguageRequest, BatchDetectDominantLanguageResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
BatchDetectDominantLanguageItemResult - Class in com.amazonaws.services.comprehend.model
The result of calling the operation.
BatchDetectDominantLanguageItemResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
 
BatchDetectDominantLanguageRequest - Class in com.amazonaws.services.comprehend.model
 
BatchDetectDominantLanguageRequest() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
 
BatchDetectDominantLanguageResult - Class in com.amazonaws.services.comprehend.model
 
BatchDetectDominantLanguageResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
 
batchDetectEntities(BatchDetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
batchDetectEntities(BatchDetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Inspects the text of a batch of documents for named entities and returns information about them.
batchDetectEntities(BatchDetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Inspects the text of a batch of documents for named entities and returns information about them.
batchDetectEntitiesAsync(BatchDetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectEntitiesAsync(BatchDetectEntitiesRequest, AsyncHandler<BatchDetectEntitiesRequest, BatchDetectEntitiesResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectEntitiesAsync(BatchDetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects the text of a batch of documents for named entities and returns information about them.
batchDetectEntitiesAsync(BatchDetectEntitiesRequest, AsyncHandler<BatchDetectEntitiesRequest, BatchDetectEntitiesResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects the text of a batch of documents for named entities and returns information about them.
batchDetectEntitiesAsync(BatchDetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
batchDetectEntitiesAsync(BatchDetectEntitiesRequest, AsyncHandler<BatchDetectEntitiesRequest, BatchDetectEntitiesResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
BatchDetectEntitiesItemResult - Class in com.amazonaws.services.comprehend.model
The result of calling the operation.
BatchDetectEntitiesItemResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
 
BatchDetectEntitiesRequest - Class in com.amazonaws.services.comprehend.model
 
BatchDetectEntitiesRequest() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
 
BatchDetectEntitiesResult - Class in com.amazonaws.services.comprehend.model
 
BatchDetectEntitiesResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
 
batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Detects the key noun phrases found in a batch of documents.
batchDetectKeyPhrases(BatchDetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Detects the key noun phrases found in a batch of documents.
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest, AsyncHandler<BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Detects the key noun phrases found in a batch of documents.
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest, AsyncHandler<BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Detects the key noun phrases found in a batch of documents.
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
batchDetectKeyPhrasesAsync(BatchDetectKeyPhrasesRequest, AsyncHandler<BatchDetectKeyPhrasesRequest, BatchDetectKeyPhrasesResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
BatchDetectKeyPhrasesItemResult - Class in com.amazonaws.services.comprehend.model
The result of calling the operation.
BatchDetectKeyPhrasesItemResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
 
BatchDetectKeyPhrasesRequest - Class in com.amazonaws.services.comprehend.model
 
BatchDetectKeyPhrasesRequest() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
 
BatchDetectKeyPhrasesResult - Class in com.amazonaws.services.comprehend.model
 
BatchDetectKeyPhrasesResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
 
batchDetectSentiment(BatchDetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
batchDetectSentiment(BatchDetectSentimentRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.
batchDetectSentiment(BatchDetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.
batchDetectSentimentAsync(BatchDetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectSentimentAsync(BatchDetectSentimentRequest, AsyncHandler<BatchDetectSentimentRequest, BatchDetectSentimentResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectSentimentAsync(BatchDetectSentimentRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.
batchDetectSentimentAsync(BatchDetectSentimentRequest, AsyncHandler<BatchDetectSentimentRequest, BatchDetectSentimentResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE, NEUTRAL, MIXED, or NEGATIVE, in each one.
batchDetectSentimentAsync(BatchDetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
batchDetectSentimentAsync(BatchDetectSentimentRequest, AsyncHandler<BatchDetectSentimentRequest, BatchDetectSentimentResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
BatchDetectSentimentItemResult - Class in com.amazonaws.services.comprehend.model
The result of calling the operation.
BatchDetectSentimentItemResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
 
BatchDetectSentimentRequest - Class in com.amazonaws.services.comprehend.model
 
BatchDetectSentimentRequest() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
 
BatchDetectSentimentResult - Class in com.amazonaws.services.comprehend.model
 
BatchDetectSentimentResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
 
batchDetectSyntax(BatchDetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
batchDetectSyntax(BatchDetectSyntaxRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
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.
batchDetectSyntax(BatchDetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
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.
batchDetectSyntaxAsync(BatchDetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectSyntaxAsync(BatchDetectSyntaxRequest, AsyncHandler<BatchDetectSyntaxRequest, BatchDetectSyntaxResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
batchDetectSyntaxAsync(BatchDetectSyntaxRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
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.
batchDetectSyntaxAsync(BatchDetectSyntaxRequest, AsyncHandler<BatchDetectSyntaxRequest, BatchDetectSyntaxResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
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.
batchDetectSyntaxAsync(BatchDetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
batchDetectSyntaxAsync(BatchDetectSyntaxRequest, AsyncHandler<BatchDetectSyntaxRequest, BatchDetectSyntaxResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
BatchDetectSyntaxItemResult - Class in com.amazonaws.services.comprehend.model
The result of calling the operation.
BatchDetectSyntaxItemResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
 
BatchDetectSyntaxRequest - Class in com.amazonaws.services.comprehend.model
 
BatchDetectSyntaxRequest() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
 
BatchDetectSyntaxResult - Class in com.amazonaws.services.comprehend.model
 
BatchDetectSyntaxResult() - Constructor for class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
 
BatchItemError - Class in com.amazonaws.services.comprehend.model
Describes an error that occurred while processing a document in a batch.
BatchItemError() - Constructor for class com.amazonaws.services.comprehend.model.BatchItemError
 
BatchSizeLimitExceededException - Exception in com.amazonaws.services.comprehend.model
The number of documents in the request exceeds the limit of 25.
BatchSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.comprehend.model.BatchSizeLimitExceededException
Constructs a new BatchSizeLimitExceededException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClientBuilder
Construct an asynchronous implementation of AmazonComprehendAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClientBuilder
Construct a synchronous implementation of AmazonComprehend using the current builder configuration.
builder() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendClient
 

C

clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
 
clone() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.Entity
 
clone() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
 
clone() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
 
clone() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
 
clone() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
 
clone() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
clone() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
com.amazonaws.services.comprehend - package com.amazonaws.services.comprehend
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
com.amazonaws.services.comprehend.model - package com.amazonaws.services.comprehend.model
 
configFactory - Static variable in class com.amazonaws.services.comprehend.AmazonComprehendClient
Client configuration factory providing ClientConfigurations tailored to this client

D

defaultClient() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendClientBuilder
 
describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a dominant language detection job.
describeDominantLanguageDetectionJob(DescribeDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a dominant language detection job.
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest, AsyncHandler<DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a dominant language detection job.
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest, AsyncHandler<DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a dominant language detection job.
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeDominantLanguageDetectionJobAsync(DescribeDominantLanguageDetectionJobRequest, AsyncHandler<DescribeDominantLanguageDetectionJobRequest, DescribeDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeDominantLanguageDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeDominantLanguageDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
 
DescribeDominantLanguageDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeDominantLanguageDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
 
describeEntitiesDetectionJob(DescribeEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeEntitiesDetectionJob(DescribeEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with an entities detection job.
describeEntitiesDetectionJob(DescribeEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with an entities detection job.
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest, AsyncHandler<DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with an entities detection job.
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest, AsyncHandler<DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with an entities detection job.
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeEntitiesDetectionJobAsync(DescribeEntitiesDetectionJobRequest, AsyncHandler<DescribeEntitiesDetectionJobRequest, DescribeEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeEntitiesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeEntitiesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
 
DescribeEntitiesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeEntitiesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
 
describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a key phrases detection job.
describeKeyPhrasesDetectionJob(DescribeKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a key phrases detection job.
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest, AsyncHandler<DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a key phrases detection job.
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest, AsyncHandler<DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a key phrases detection job.
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeKeyPhrasesDetectionJobAsync(DescribeKeyPhrasesDetectionJobRequest, AsyncHandler<DescribeKeyPhrasesDetectionJobRequest, DescribeKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeKeyPhrasesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeKeyPhrasesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
 
DescribeKeyPhrasesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeKeyPhrasesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
 
describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a sentiment detection job.
describeSentimentDetectionJob(DescribeSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a sentiment detection job.
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest, AsyncHandler<DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a sentiment detection job.
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest, AsyncHandler<DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a sentiment detection job.
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeSentimentDetectionJobAsync(DescribeSentimentDetectionJobRequest, AsyncHandler<DescribeSentimentDetectionJobRequest, DescribeSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeSentimentDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeSentimentDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
 
DescribeSentimentDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeSentimentDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
 
describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a topic detection job.
describeTopicsDetectionJob(DescribeTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a topic detection job.
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest, AsyncHandler<DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a topic detection job.
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest, AsyncHandler<DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a topic detection job.
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeTopicsDetectionJobAsync(DescribeTopicsDetectionJobRequest, AsyncHandler<DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeTopicsDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeTopicsDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
 
DescribeTopicsDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeTopicsDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
 
detectDominantLanguage(DetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
detectDominantLanguage(DetectDominantLanguageRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Determines the dominant language of the input text.
detectDominantLanguage(DetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Determines the dominant language of the input text.
detectDominantLanguageAsync(DetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectDominantLanguageAsync(DetectDominantLanguageRequest, AsyncHandler<DetectDominantLanguageRequest, DetectDominantLanguageResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectDominantLanguageAsync(DetectDominantLanguageRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Determines the dominant language of the input text.
detectDominantLanguageAsync(DetectDominantLanguageRequest, AsyncHandler<DetectDominantLanguageRequest, DetectDominantLanguageResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Determines the dominant language of the input text.
detectDominantLanguageAsync(DetectDominantLanguageRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
detectDominantLanguageAsync(DetectDominantLanguageRequest, AsyncHandler<DetectDominantLanguageRequest, DetectDominantLanguageResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DetectDominantLanguageRequest - Class in com.amazonaws.services.comprehend.model
 
DetectDominantLanguageRequest() - Constructor for class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
 
DetectDominantLanguageResult - Class in com.amazonaws.services.comprehend.model
 
DetectDominantLanguageResult() - Constructor for class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
 
detectEntities(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
detectEntities(DetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Inspects text for named entities, and returns information about them.
detectEntities(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Inspects text for named entities, and returns information about them.
detectEntitiesAsync(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectEntitiesAsync(DetectEntitiesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text for named entities, and returns information about them.
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text for named entities, and returns information about them.
detectEntitiesAsync(DetectEntitiesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
detectEntitiesAsync(DetectEntitiesRequest, AsyncHandler<DetectEntitiesRequest, DetectEntitiesResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DetectEntitiesRequest - Class in com.amazonaws.services.comprehend.model
 
DetectEntitiesRequest() - Constructor for class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
 
DetectEntitiesResult - Class in com.amazonaws.services.comprehend.model
 
DetectEntitiesResult() - Constructor for class com.amazonaws.services.comprehend.model.DetectEntitiesResult
 
detectKeyPhrases(DetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
detectKeyPhrases(DetectKeyPhrasesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Detects the key noun phrases found in the text.
detectKeyPhrases(DetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Detects the key noun phrases found in the text.
detectKeyPhrasesAsync(DetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectKeyPhrasesAsync(DetectKeyPhrasesRequest, AsyncHandler<DetectKeyPhrasesRequest, DetectKeyPhrasesResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectKeyPhrasesAsync(DetectKeyPhrasesRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Detects the key noun phrases found in the text.
detectKeyPhrasesAsync(DetectKeyPhrasesRequest, AsyncHandler<DetectKeyPhrasesRequest, DetectKeyPhrasesResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Detects the key noun phrases found in the text.
detectKeyPhrasesAsync(DetectKeyPhrasesRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
detectKeyPhrasesAsync(DetectKeyPhrasesRequest, AsyncHandler<DetectKeyPhrasesRequest, DetectKeyPhrasesResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DetectKeyPhrasesRequest - Class in com.amazonaws.services.comprehend.model
 
DetectKeyPhrasesRequest() - Constructor for class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
 
DetectKeyPhrasesResult - Class in com.amazonaws.services.comprehend.model
 
DetectKeyPhrasesResult() - Constructor for class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
 
detectSentiment(DetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
detectSentiment(DetectSentimentRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
detectSentiment(DetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
detectSentimentAsync(DetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectSentimentAsync(DetectSentimentRequest, AsyncHandler<DetectSentimentRequest, DetectSentimentResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectSentimentAsync(DetectSentimentRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
detectSentimentAsync(DetectSentimentRequest, AsyncHandler<DetectSentimentRequest, DetectSentimentResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text and returns an inference of the prevailing sentiment (POSITIVE, NEUTRAL, MIXED, or NEGATIVE).
detectSentimentAsync(DetectSentimentRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
detectSentimentAsync(DetectSentimentRequest, AsyncHandler<DetectSentimentRequest, DetectSentimentResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DetectSentimentRequest - Class in com.amazonaws.services.comprehend.model
 
DetectSentimentRequest() - Constructor for class com.amazonaws.services.comprehend.model.DetectSentimentRequest
 
DetectSentimentResult - Class in com.amazonaws.services.comprehend.model
 
DetectSentimentResult() - Constructor for class com.amazonaws.services.comprehend.model.DetectSentimentResult
 
detectSyntax(DetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
detectSyntax(DetectSyntaxRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Inspects text for syntax and the part of speech of words in the document.
detectSyntax(DetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Inspects text for syntax and the part of speech of words in the document.
detectSyntaxAsync(DetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectSyntaxAsync(DetectSyntaxRequest, AsyncHandler<DetectSyntaxRequest, DetectSyntaxResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
detectSyntaxAsync(DetectSyntaxRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text for syntax and the part of speech of words in the document.
detectSyntaxAsync(DetectSyntaxRequest, AsyncHandler<DetectSyntaxRequest, DetectSyntaxResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Inspects text for syntax and the part of speech of words in the document.
detectSyntaxAsync(DetectSyntaxRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
detectSyntaxAsync(DetectSyntaxRequest, AsyncHandler<DetectSyntaxRequest, DetectSyntaxResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DetectSyntaxRequest - Class in com.amazonaws.services.comprehend.model
 
DetectSyntaxRequest() - Constructor for class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
 
DetectSyntaxResult - Class in com.amazonaws.services.comprehend.model
 
DetectSyntaxResult() - Constructor for class com.amazonaws.services.comprehend.model.DetectSyntaxResult
 
DominantLanguage - Class in com.amazonaws.services.comprehend.model
Returns the code for the dominant language in the input text and the level of confidence that Amazon Comprehend has in the accuracy of the detection.
DominantLanguage() - Constructor for class com.amazonaws.services.comprehend.model.DominantLanguage
 
DominantLanguageDetectionJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of dominant language detection jobs.
DominantLanguageDetectionJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
 
DominantLanguageDetectionJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a dominant language detection job.
DominantLanguageDetectionJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.comprehend.AmazonComprehend
The region metadata service name for computing region endpoints.
EntitiesDetectionJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of dominant language detection jobs.
EntitiesDetectionJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
 
EntitiesDetectionJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about an entities detection job.
EntitiesDetectionJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
 
Entity - Class in com.amazonaws.services.comprehend.model
Provides information about an entity.
Entity() - Constructor for class com.amazonaws.services.comprehend.model.Entity
 
EntityType - Enum in com.amazonaws.services.comprehend.model
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.Entity
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 

F

fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.EntityType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.InputFormat
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.JobStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.LanguageCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.PartOfSpeechTagType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.SentimentType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.comprehend.model.SyntaxLanguageCode
Use this in place of valueOf.

G

getBeginOffset() - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity begins (the first character is at position 0).
getBeginOffset() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text that shows where the key phrase begins (the first character is at position 0).
getBeginOffset() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the first character in the word.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
A unique identifier for the request.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDominantLanguageDetectionJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
An object that contains the properties associated with a dominant language detection job.
getDominantLanguageDetectionJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
A list containing the properties of each job that is returned.
getEndOffset() - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity ends.
getEndOffset() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text where the key phrase ends.
getEndOffset() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the last character in the word.
getEndTime() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job completed.
getEndTime() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job completed
getEndTime() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job completed.
getEndTime() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job ended.
getEndTime() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was completed.
getEntities() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
One or more Entity objects, one for each entity detected in the document.
getEntities() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
A collection of entities identified in the input text.
getEntitiesDetectionJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
An object that contains the properties associated with an entities detection job.
getEntitiesDetectionJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
A list containing the properties of each job that is returned.
getErrorCode() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The numeric error code of the error.
getErrorList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list containing one object for each document that contained an error.
getErrorList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list containing one object for each document that contained an error.
getErrorList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list containing one object for each document that contained an error.
getErrorList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list containing one object for each document that contained an error.
getErrorList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list containing one object for each document that contained an error.
getErrorMessage() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
A text description of the error.
getExecutorService() - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
Returns the executor service used by this client to execute async requests.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Filters that jobs that are returned.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Filters the jobs that are returned.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Filters the jobs that are returned.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Filters the jobs that are returned.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Filters the jobs that are returned.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
The zero-based index of the document in the input list.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
The zero-based index of the document in the input list.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
The zero-based index of the document in the input list.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The zero-based index of the document in the input list.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The zero-based index of the document in the input list.
getIndex() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The zero-based index of the document in the input list.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The input data configuration that you supplied when you created the dominant language detection job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The input data configuration that you supplied when you created the entities detection job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The input data configuration that you supplied when you created the key phrases detection job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The input data configuration that you supplied when you created the sentiment detection job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The input data configuration supplied when you created the topic detection job.
getInputFormat() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Specifies how the text in an input file should be processed:
getJobId() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
The identifier assigned by the user to the detection job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The identifier assigned to the dominant language detection job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The identifier assigned to the entities detection job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The identifier assigned to the key phrases detection job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The identifier assigned to the sentiment detection job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The identifier generated for the job.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
The identifier of the dominant language detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
The identifier of the dominant language detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
The identifier of the entities detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
The identifier of the entities detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
The identifier of the key phrases detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
The identifier of the key phrases detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
The identifier of the sentiment detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
The identifier of the sentiment detection job to stop.
getJobId() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The identifier assigned to the topic detection job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters on the name of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The name that you assigned to the dominant language detection job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters on the name of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The name that you assigned the entities detection job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters on the name of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The name that you assigned the key phrases detection job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters on the name of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The name that you assigned to the sentiment detection job
getJobName() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
An identifier for the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The identifier of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The identifier of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The identifier of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The identifier of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter

getJobName() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The name of the topic detection job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The current status of the dominant language detection job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The current status of the entities detection job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The current status of the key phrases detection job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The current status of the sentiment detection job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The status of the job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The status of the job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The status of the job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The status of the job.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The status of the job:
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopDominantLanguageDetectionJob operation.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopEntitiesDetectionJob operation.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of topic detection jobs based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The current status of the topic detection job.
getKeyPhrases() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
One or more KeyPhrase objects, one for each key phrase detected in the document.
getKeyPhrases() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
A collection of key phrases that Amazon Comprehend identified in the input text.
getKeyPhrasesDetectionJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
An object that contains the properties associated with a key phrases detection job.
getKeyPhrasesDetectionJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
A list containing the properties of each job that is returned.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
The language code of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The RFC 5646 language code for the dominant language.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The language code of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The language code of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The language code of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The language of the input documents.
getLanguages() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
One or more DominantLanguage objects describing the dominant languages in the document.
getLanguages() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
The languages that Amazon Comprehend detected in the input text.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
The maximum number of results to return in each page.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
The maximum number of results to return in each page.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
The maximum number of results to return in each page.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
The maximum number of results to return in each page.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
The maximum number of results to return in each page.
getMessage() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
A description for the status of a job.
getMessage() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
A description of the status of a job.
getMessage() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
A description of the status of a job.
getMessage() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
A description of the status of a job.
getMessage() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
A description for the status of a job.
getMixed() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.
getNegative() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.
getNeutral() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
Identifies the next page of results to return.
getNumberOfTopics() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The number of topics to detect.
getNumberOfTopics() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The number of topics to detect supplied when you created the topic detection job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The output data configuration that you supplied when you created the dominant language detection job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The output data configuration that you supplied when you created the entities detection job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The output data configuration that you supplied when you created the key phrases detection job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The output data configuration that you supplied when you created the sentiment detection job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies where to send the output files.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies where to send the output files.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies where to send the output files.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies where to send the output files.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies where to send the output files.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The output data configuration supplied when you created the topic detection job.
getPartOfSpeech() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified.
getPositive() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.
getResultList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list of objects containing the results of the operation.
getResultList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list of objects containing the results of the operation.
getResultList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list of objects containing the results of the operation.
getResultList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list of objects containing the results of the operation.
getResultList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list of objects containing the results of the operation.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
The Amazon S3 URI for the input data.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
getScore() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
getScore() - Method in class com.amazonaws.services.comprehend.model.Entity
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
getScore() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
getScore() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
getSentiment() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The sentiment detected in the document.
getSentiment() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
getSentimentDetectionJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
An object that contains the properties associated with a sentiment detection job.
getSentimentDetectionJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
A list containing the properties of each job that is returned.
getSentimentScore() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
getSentimentScore() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
An object that lists the sentiments, and their corresponding confidence levels.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job was submitted for processing.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job was submitted for processing.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job was submitted for processing.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job was submitted for processing.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was submitted for processing.
getSubmitTimeAfter() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeAfter() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeAfter() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeAfter() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeAfter() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeBefore() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeBefore() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeBefore() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeBefore() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSubmitTimeBefore() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
getSyntaxTokens() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The syntax tokens for the words in the document, one token for each word.
getSyntaxTokens() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
A collection of syntax tokens describing the text.
getTag() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Identifies the part of speech that the token represents.
getText() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
A UTF-8 text string.
getText() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
A UTF-8 text string.
getText() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
A UTF-8 text string.
getText() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
A UTF-8 text string.
getText() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
A UTF-8 string.
getText() - Method in class com.amazonaws.services.comprehend.model.Entity
The text of the entity.
getText() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The text of a key noun phrase.
getText() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The word that was recognized in the source text.
getTextList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
A list containing the text of the input documents.
getTextList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
A list containing the text of the input documents.
getTextList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
A list containing the text of the input documents.
getTextList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
A list containing the text of the input documents.
getTextList() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
A list containing the text of the input documents.
getTokenId() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
A unique identifier for a token.
getTopicsDetectionJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
The list of properties for the requested job.
getTopicsDetectionJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
A list containing the properties of each job that is returned.
getType() - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.

H

hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.Entity
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 

I

InputDataConfig - Class in com.amazonaws.services.comprehend.model
The input properties for a topic detection job.
InputDataConfig() - Constructor for class com.amazonaws.services.comprehend.model.InputDataConfig
 
InputFormat - Enum in com.amazonaws.services.comprehend.model
 
InternalServerException - Exception in com.amazonaws.services.comprehend.model
An internal server error occurred.
InternalServerException(String) - Constructor for exception com.amazonaws.services.comprehend.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
InvalidFilterException - Exception in com.amazonaws.services.comprehend.model
The filter specified for the ListTopicDetectionJobs operation is invalid.
InvalidFilterException(String) - Constructor for exception com.amazonaws.services.comprehend.model.InvalidFilterException
Constructs a new InvalidFilterException with the specified error message.
InvalidRequestException - Exception in com.amazonaws.services.comprehend.model
The request is invalid.
InvalidRequestException(String) - Constructor for exception com.amazonaws.services.comprehend.model.InvalidRequestException
Constructs a new InvalidRequestException with the specified error message.

J

JobNotFoundException - Exception in com.amazonaws.services.comprehend.model
The specified job was not found.
JobNotFoundException(String) - Constructor for exception com.amazonaws.services.comprehend.model.JobNotFoundException
Constructs a new JobNotFoundException with the specified error message.
JobStatus - Enum in com.amazonaws.services.comprehend.model
 

K

KeyPhrase - Class in com.amazonaws.services.comprehend.model
Describes a key noun phrase.
KeyPhrase() - Constructor for class com.amazonaws.services.comprehend.model.KeyPhrase
 
KeyPhrasesDetectionJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of dominant language detection jobs.
KeyPhrasesDetectionJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
 
KeyPhrasesDetectionJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a key phrases detection job.
KeyPhrasesDetectionJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
 

L

LanguageCode - Enum in com.amazonaws.services.comprehend.model
 
listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the dominant language detection jobs that you have submitted.
listDominantLanguageDetectionJobs(ListDominantLanguageDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the dominant language detection jobs that you have submitted.
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest, AsyncHandler<ListDominantLanguageDetectionJobsRequest, ListDominantLanguageDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the dominant language detection jobs that you have submitted.
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest, AsyncHandler<ListDominantLanguageDetectionJobsRequest, ListDominantLanguageDetectionJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the dominant language detection jobs that you have submitted.
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listDominantLanguageDetectionJobsAsync(ListDominantLanguageDetectionJobsRequest, AsyncHandler<ListDominantLanguageDetectionJobsRequest, ListDominantLanguageDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListDominantLanguageDetectionJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListDominantLanguageDetectionJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
 
ListDominantLanguageDetectionJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListDominantLanguageDetectionJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
 
listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the entity detection jobs that you have submitted.
listEntitiesDetectionJobs(ListEntitiesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the entity detection jobs that you have submitted.
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest, AsyncHandler<ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the entity detection jobs that you have submitted.
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest, AsyncHandler<ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the entity detection jobs that you have submitted.
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listEntitiesDetectionJobsAsync(ListEntitiesDetectionJobsRequest, AsyncHandler<ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListEntitiesDetectionJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListEntitiesDetectionJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
 
ListEntitiesDetectionJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListEntitiesDetectionJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
 
listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Get a list of key phrase detection jobs that you have submitted.
listKeyPhrasesDetectionJobs(ListKeyPhrasesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Get a list of key phrase detection jobs that you have submitted.
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest, AsyncHandler<ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Get a list of key phrase detection jobs that you have submitted.
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest, AsyncHandler<ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Get a list of key phrase detection jobs that you have submitted.
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listKeyPhrasesDetectionJobsAsync(ListKeyPhrasesDetectionJobsRequest, AsyncHandler<ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListKeyPhrasesDetectionJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListKeyPhrasesDetectionJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
 
ListKeyPhrasesDetectionJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListKeyPhrasesDetectionJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
 
listSentimentDetectionJobs(ListSentimentDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listSentimentDetectionJobs(ListSentimentDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of sentiment detection jobs that you have submitted.
listSentimentDetectionJobs(ListSentimentDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of sentiment detection jobs that you have submitted.
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest, AsyncHandler<ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of sentiment detection jobs that you have submitted.
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest, AsyncHandler<ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of sentiment detection jobs that you have submitted.
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listSentimentDetectionJobsAsync(ListSentimentDetectionJobsRequest, AsyncHandler<ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListSentimentDetectionJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListSentimentDetectionJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
 
ListSentimentDetectionJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListSentimentDetectionJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
 
listTopicsDetectionJobs(ListTopicsDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listTopicsDetectionJobs(ListTopicsDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the topic detection jobs that you have submitted.
listTopicsDetectionJobs(ListTopicsDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the topic detection jobs that you have submitted.
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest, AsyncHandler<ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the topic detection jobs that you have submitted.
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest, AsyncHandler<ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the topic detection jobs that you have submitted.
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listTopicsDetectionJobsAsync(ListTopicsDetectionJobsRequest, AsyncHandler<ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListTopicsDetectionJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListTopicsDetectionJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
 
ListTopicsDetectionJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListTopicsDetectionJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.Entity
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 

O

OutputDataConfig - Class in com.amazonaws.services.comprehend.model
Provides configuration parameters for the output of topic detection jobs.
OutputDataConfig() - Constructor for class com.amazonaws.services.comprehend.model.OutputDataConfig
 

P

PartOfSpeechTag - Class in com.amazonaws.services.comprehend.model
Identifies the part of speech represented by the token and gives the confidence that Amazon Comprehend has that the part of speech was correctly identified.
PartOfSpeechTag() - Constructor for class com.amazonaws.services.comprehend.model.PartOfSpeechTag
 
PartOfSpeechTagType - Enum in com.amazonaws.services.comprehend.model
 

S

SentimentDetectionJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of dominant language detection jobs.
SentimentDetectionJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
 
SentimentDetectionJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a sentiment detection job.
SentimentDetectionJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
 
SentimentScore - Class in com.amazonaws.services.comprehend.model
Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.
SentimentScore() - Constructor for class com.amazonaws.services.comprehend.model.SentimentScore
 
SentimentType - Enum in com.amazonaws.services.comprehend.model
 
setBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity begins (the first character is at position 0).
setBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text that shows where the key phrase begins (the first character is at position 0).
setBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the first character in the word.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
A unique identifier for the request.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
An object that contains the properties associated with a dominant language detection job.
setDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
A list containing the properties of each job that is returned.
setEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity ends.
setEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text where the key phrase ends.
setEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the last character in the word.
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job completed.
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job completed
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job completed.
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job ended.
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was completed.
setEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
One or more Entity objects, one for each entity detected in the document.
setEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
A collection of entities identified in the input text.
setEntitiesDetectionJobProperties(EntitiesDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
An object that contains the properties associated with an entities detection job.
setEntitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
A list containing the properties of each job that is returned.
setErrorCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The numeric error code of the error.
setErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list containing one object for each document that contained an error.
setErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list containing one object for each document that contained an error.
setErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list containing one object for each document that contained an error.
setErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list containing one object for each document that contained an error.
setErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list containing one object for each document that contained an error.
setErrorMessage(String) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
A text description of the error.
setFilter(DominantLanguageDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Filters that jobs that are returned.
setFilter(EntitiesDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Filters the jobs that are returned.
setFilter(KeyPhrasesDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Filters the jobs that are returned.
setFilter(SentimentDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Filters the jobs that are returned.
setFilter(TopicsDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Filters the jobs that are returned.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
The zero-based index of the document in the input list.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
The zero-based index of the document in the input list.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
The zero-based index of the document in the input list.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The zero-based index of the document in the input list.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The zero-based index of the document in the input list.
setIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The zero-based index of the document in the input list.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The input data configuration that you supplied when you created the dominant language detection job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The input data configuration that you supplied when you created the entities detection job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The input data configuration that you supplied when you created the key phrases detection job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The input data configuration that you supplied when you created the sentiment detection job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The input data configuration supplied when you created the topic detection job.
setInputFormat(String) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Specifies how the text in an input file should be processed:
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
The identifier assigned by the user to the detection job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The identifier assigned to the dominant language detection job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The identifier assigned to the entities detection job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The identifier assigned to the key phrases detection job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The identifier assigned to the sentiment detection job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The identifier generated for the job.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
The identifier of the dominant language detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
The identifier of the dominant language detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
The identifier of the entities detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
The identifier of the entities detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
The identifier of the key phrases detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
The identifier of the key phrases detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
The identifier of the sentiment detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
The identifier of the sentiment detection job to stop.
setJobId(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The identifier assigned to the topic detection job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters on the name of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The name that you assigned to the dominant language detection job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters on the name of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The name that you assigned the entities detection job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters on the name of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The name that you assigned the key phrases detection job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters on the name of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The name that you assigned to the sentiment detection job
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
An identifier for the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The identifier of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The identifier of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The identifier of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The identifier of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter

setJobName(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The name of the topic detection job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The current status of the dominant language detection job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The current status of the entities detection job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The current status of the key phrases detection job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The current status of the sentiment detection job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The status of the job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The status of the job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The status of the job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The status of the job.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The status of the job:
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopDominantLanguageDetectionJob operation.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopEntitiesDetectionJob operation.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of topic detection jobs based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The current status of the topic detection job.
setKeyPhrases(Collection<KeyPhrase>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
One or more KeyPhrase objects, one for each key phrase detected in the document.
setKeyPhrases(Collection<KeyPhrase>) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
A collection of key phrases that Amazon Comprehend identified in the input text.
setKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
An object that contains the properties associated with a key phrases detection job.
setKeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
A list containing the properties of each job that is returned.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
The language code of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The RFC 5646 language code for the dominant language.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The language code of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The language code of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The language code of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The language of the input documents.
setLanguages(Collection<DominantLanguage>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
One or more DominantLanguage objects describing the dominant languages in the document.
setLanguages(Collection<DominantLanguage>) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
The languages that Amazon Comprehend detected in the input text.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
The maximum number of results to return in each page.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
The maximum number of results to return in each page.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
The maximum number of results to return in each page.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
The maximum number of results to return in each page.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
The maximum number of results to return in each page.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
A description for the status of a job.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
A description of the status of a job.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
A description of the status of a job.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
A description of the status of a job.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
A description for the status of a job.
setMixed(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.
setNegative(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.
setNeutral(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
Identifies the next page of results to return.
setNumberOfTopics(Integer) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The number of topics to detect.
setNumberOfTopics(Integer) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The number of topics to detect supplied when you created the topic detection job.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The output data configuration that you supplied when you created the dominant language detection job.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The output data configuration that you supplied when you created the entities detection job.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The output data configuration that you supplied when you created the key phrases detection job.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The output data configuration that you supplied when you created the sentiment detection job.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies where to send the output files.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies where to send the output files.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies where to send the output files.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies where to send the output files.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies where to send the output files.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The output data configuration supplied when you created the topic detection job.
setPartOfSpeech(PartOfSpeechTag) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified.
setPositive(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.
setResultList(Collection<BatchDetectDominantLanguageItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list of objects containing the results of the operation.
setResultList(Collection<BatchDetectEntitiesItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list of objects containing the results of the operation.
setResultList(Collection<BatchDetectKeyPhrasesItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list of objects containing the results of the operation.
setResultList(Collection<BatchDetectSentimentItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list of objects containing the results of the operation.
setResultList(Collection<BatchDetectSyntaxItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list of objects containing the results of the operation.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
The Amazon S3 URI for the input data.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
setScore(Float) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
setScore(Float) - Method in class com.amazonaws.services.comprehend.model.Entity
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
setScore(Float) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
setScore(Float) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
setSentiment(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The sentiment detected in the document.
setSentiment(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
setSentimentDetectionJobProperties(SentimentDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
An object that contains the properties associated with a sentiment detection job.
setSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
A list containing the properties of each job that is returned.
setSentimentScore(SentimentScore) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
setSentimentScore(SentimentScore) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
An object that lists the sentiments, and their corresponding confidence levels.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job was submitted for processing.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job was submitted for processing.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job was submitted for processing.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job was submitted for processing.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was submitted for processing.
setSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
setSyntaxTokens(Collection<SyntaxToken>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The syntax tokens for the words in the document, one token for each word.
setSyntaxTokens(Collection<SyntaxToken>) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
A collection of syntax tokens describing the text.
setTag(String) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Identifies the part of speech that the token represents.
setText(String) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
A UTF-8 text string.
setText(String) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
A UTF-8 text string.
setText(String) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
A UTF-8 text string.
setText(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
A UTF-8 text string.
setText(String) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
A UTF-8 string.
setText(String) - Method in class com.amazonaws.services.comprehend.model.Entity
The text of the entity.
setText(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The text of a key noun phrase.
setText(String) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The word that was recognized in the source text.
setTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
A list containing the text of the input documents.
setTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
A list containing the text of the input documents.
setTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
A list containing the text of the input documents.
setTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
A list containing the text of the input documents.
setTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
A list containing the text of the input documents.
setTokenId(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
A unique identifier for a token.
setTopicsDetectionJobProperties(TopicsDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
The list of properties for the requested job.
setTopicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
A list containing the properties of each job that is returned.
setType(String) - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.
shutdown() - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
shutdown() - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendClientBuilder
 
startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous dominant language detection job for a collection of documents.
startDominantLanguageDetectionJob(StartDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous dominant language detection job for a collection of documents.
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest, AsyncHandler<StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous dominant language detection job for a collection of documents.
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest, AsyncHandler<StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous dominant language detection job for a collection of documents.
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startDominantLanguageDetectionJobAsync(StartDominantLanguageDetectionJobRequest, AsyncHandler<StartDominantLanguageDetectionJobRequest, StartDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartDominantLanguageDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartDominantLanguageDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
 
StartDominantLanguageDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StartDominantLanguageDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
 
startEntitiesDetectionJob(StartEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startEntitiesDetectionJob(StartEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous entity detection job for a collection of documents.
startEntitiesDetectionJob(StartEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous entity detection job for a collection of documents.
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest, AsyncHandler<StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous entity detection job for a collection of documents.
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest, AsyncHandler<StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous entity detection job for a collection of documents.
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest, AsyncHandler<StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartEntitiesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartEntitiesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
 
StartEntitiesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StartEntitiesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
 
startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous key phrase detection job for a collection of documents.
startKeyPhrasesDetectionJob(StartKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous key phrase detection job for a collection of documents.
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest, AsyncHandler<StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous key phrase detection job for a collection of documents.
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest, AsyncHandler<StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous key phrase detection job for a collection of documents.
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startKeyPhrasesDetectionJobAsync(StartKeyPhrasesDetectionJobRequest, AsyncHandler<StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartKeyPhrasesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartKeyPhrasesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
 
StartKeyPhrasesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StartKeyPhrasesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
 
startSentimentDetectionJob(StartSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startSentimentDetectionJob(StartSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous sentiment detection job for a collection of documents.
startSentimentDetectionJob(StartSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous sentiment detection job for a collection of documents.
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest, AsyncHandler<StartSentimentDetectionJobRequest, StartSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous sentiment detection job for a collection of documents.
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest, AsyncHandler<StartSentimentDetectionJobRequest, StartSentimentDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous sentiment detection job for a collection of documents.
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest, AsyncHandler<StartSentimentDetectionJobRequest, StartSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartSentimentDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartSentimentDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
 
StartSentimentDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StartSentimentDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
 
startTopicsDetectionJob(StartTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startTopicsDetectionJob(StartTopicsDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous topic detection job.
startTopicsDetectionJob(StartTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous topic detection job.
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest, AsyncHandler<StartTopicsDetectionJobRequest, StartTopicsDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous topic detection job.
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest, AsyncHandler<StartTopicsDetectionJobRequest, StartTopicsDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous topic detection job.
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest, AsyncHandler<StartTopicsDetectionJobRequest, StartTopicsDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartTopicsDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartTopicsDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
 
StartTopicsDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StartTopicsDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
 
stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops a dominant language detection job in progress.
stopDominantLanguageDetectionJob(StopDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops a dominant language detection job in progress.
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest, AsyncHandler<StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a dominant language detection job in progress.
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest, AsyncHandler<StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a dominant language detection job in progress.
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopDominantLanguageDetectionJobAsync(StopDominantLanguageDetectionJobRequest, AsyncHandler<StopDominantLanguageDetectionJobRequest, StopDominantLanguageDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopDominantLanguageDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StopDominantLanguageDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
 
StopDominantLanguageDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StopDominantLanguageDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
 
stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops an entities detection job in progress.
stopEntitiesDetectionJob(StopEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops an entities detection job in progress.
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest, AsyncHandler<StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops an entities detection job in progress.
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest, AsyncHandler<StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops an entities detection job in progress.
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopEntitiesDetectionJobAsync(StopEntitiesDetectionJobRequest, AsyncHandler<StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopEntitiesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StopEntitiesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
 
StopEntitiesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StopEntitiesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
 
stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops a key phrases detection job in progress.
stopKeyPhrasesDetectionJob(StopKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops a key phrases detection job in progress.
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest, AsyncHandler<StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a key phrases detection job in progress.
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest, AsyncHandler<StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a key phrases detection job in progress.
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopKeyPhrasesDetectionJobAsync(StopKeyPhrasesDetectionJobRequest, AsyncHandler<StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopKeyPhrasesDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StopKeyPhrasesDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
 
StopKeyPhrasesDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StopKeyPhrasesDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
 
stopSentimentDetectionJob(StopSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopSentimentDetectionJob(StopSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops a sentiment detection job in progress.
stopSentimentDetectionJob(StopSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops a sentiment detection job in progress.
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest, AsyncHandler<StopSentimentDetectionJobRequest, StopSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a sentiment detection job in progress.
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest, AsyncHandler<StopSentimentDetectionJobRequest, StopSentimentDetectionJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a sentiment detection job in progress.
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopSentimentDetectionJobAsync(StopSentimentDetectionJobRequest, AsyncHandler<StopSentimentDetectionJobRequest, StopSentimentDetectionJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopSentimentDetectionJobRequest - Class in com.amazonaws.services.comprehend.model
 
StopSentimentDetectionJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
 
StopSentimentDetectionJobResult - Class in com.amazonaws.services.comprehend.model
 
StopSentimentDetectionJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
 
SyntaxLanguageCode - Enum in com.amazonaws.services.comprehend.model
 
SyntaxToken - Class in com.amazonaws.services.comprehend.model
Represents a work in the input text that was recognized and assigned a part of speech.
SyntaxToken() - Constructor for class com.amazonaws.services.comprehend.model.SyntaxToken
 

T

TextSizeLimitExceededException - Exception in com.amazonaws.services.comprehend.model
The size of the input text exceeds the limit.
TextSizeLimitExceededException(String) - Constructor for exception com.amazonaws.services.comprehend.model.TextSizeLimitExceededException
Constructs a new TextSizeLimitExceededException with the specified error message.
TooManyRequestsException - Exception in com.amazonaws.services.comprehend.model
The number of requests exceeds the limit.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.comprehend.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
TopicsDetectionJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering topic detection jobs.
TopicsDetectionJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
TopicsDetectionJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a topic detection job.
TopicsDetectionJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.Entity
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.EntityType
 
toString() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.InputFormat
 
toString() - Method in enum com.amazonaws.services.comprehend.model.JobStatus
 
toString() - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.LanguageCode
 
toString() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.PartOfSpeechTagType
 
toString() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.SentimentType
 
toString() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.comprehend.model.SyntaxLanguageCode
 
toString() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
Returns a string representation of this object; useful for testing and debugging.

U

UnsupportedLanguageException - Exception in com.amazonaws.services.comprehend.model
Amazon Comprehend can't process the language of the input text.
UnsupportedLanguageException(String) - Constructor for exception com.amazonaws.services.comprehend.model.UnsupportedLanguageException
Constructs a new UnsupportedLanguageException with the specified error message.

V

valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.InputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.PartOfSpeechTagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.SentimentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.comprehend.model.SyntaxLanguageCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.comprehend.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.InputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.PartOfSpeechTagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.SentimentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.comprehend.model.SyntaxLanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity begins (the first character is at position 0).
withBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text that shows where the key phrase begins (the first character is at position 0).
withBeginOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the first character in the word.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
A unique identifier for the request.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDominantLanguageDetectionJobProperties(DominantLanguageDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
An object that contains the properties associated with a dominant language detection job.
withDominantLanguageDetectionJobPropertiesList(DominantLanguageDetectionJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
A list containing the properties of each job that is returned.
withDominantLanguageDetectionJobPropertiesList(Collection<DominantLanguageDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
A list containing the properties of each job that is returned.
withEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.Entity
A character offset in the input text that shows where the entity ends.
withEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
A character offset in the input text where the key phrase ends.
withEndOffset(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The zero-based offset from the beginning of the source text to the last character in the word.
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job completed.
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job completed
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job completed.
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job ended.
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was completed.
withEntities(Entity...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
One or more Entity objects, one for each entity detected in the document.
withEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
One or more Entity objects, one for each entity detected in the document.
withEntities(Entity...) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
A collection of entities identified in the input text.
withEntities(Collection<Entity>) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
A collection of entities identified in the input text.
withEntitiesDetectionJobProperties(EntitiesDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
An object that contains the properties associated with an entities detection job.
withEntitiesDetectionJobPropertiesList(EntitiesDetectionJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
A list containing the properties of each job that is returned.
withEntitiesDetectionJobPropertiesList(Collection<EntitiesDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
A list containing the properties of each job that is returned.
withErrorCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The numeric error code of the error.
withErrorList(BatchItemError...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list containing one object for each document that contained an error.
withErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list containing one object for each document that contained an error.
withErrorList(BatchItemError...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list containing one object for each document that contained an error.
withErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list containing one object for each document that contained an error.
withErrorList(BatchItemError...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list containing one object for each document that contained an error.
withErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list containing one object for each document that contained an error.
withErrorList(BatchItemError...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list containing one object for each document that contained an error.
withErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list containing one object for each document that contained an error.
withErrorList(BatchItemError...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list containing one object for each document that contained an error.
withErrorList(Collection<BatchItemError>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list containing one object for each document that contained an error.
withErrorMessage(String) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
A text description of the error.
withFilter(DominantLanguageDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Filters that jobs that are returned.
withFilter(EntitiesDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Filters the jobs that are returned.
withFilter(KeyPhrasesDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Filters the jobs that are returned.
withFilter(SentimentDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Filters the jobs that are returned.
withFilter(TopicsDetectionJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Filters the jobs that are returned.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
The zero-based index of the document in the input list.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
The zero-based index of the document in the input list.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
The zero-based index of the document in the input list.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The zero-based index of the document in the input list.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The zero-based index of the document in the input list.
withIndex(Integer) - Method in class com.amazonaws.services.comprehend.model.BatchItemError
The zero-based index of the document in the input list.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The input data configuration that you supplied when you created the dominant language detection job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The input data configuration that you supplied when you created the entities detection job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The input data configuration that you supplied when you created the key phrases detection job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The input data configuration that you supplied when you created the sentiment detection job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The input data configuration supplied when you created the topic detection job.
withInputFormat(String) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Specifies how the text in an input file should be processed:
withInputFormat(InputFormat) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Specifies how the text in an input file should be processed:
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
The identifier that Amazon Comprehend generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
The identifier assigned by the user to the detection job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The identifier assigned to the dominant language detection job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The identifier assigned to the entities detection job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The identifier assigned to the key phrases detection job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The identifier assigned to the sentiment detection job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The identifier generated for the job.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
The identifier of the dominant language detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
The identifier of the dominant language detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
The identifier of the entities detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
The identifier of the entities detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
The identifier of the key phrases detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
The identifier of the key phrases detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
The identifier of the sentiment detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
The identifier of the sentiment detection job to stop.
withJobId(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The identifier assigned to the topic detection job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters on the name of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The name that you assigned to the dominant language detection job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters on the name of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The name that you assigned the entities detection job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters on the name of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The name that you assigned the key phrases detection job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters on the name of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The name that you assigned to the sentiment detection job
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
An identifier for the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The identifier of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The identifier of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The identifier of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The identifier of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter

withJobName(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The name of the topic detection job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The current status of the dominant language detection job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The current status of the dominant language detection job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The current status of the entities detection job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The current status of the entities detection job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The current status of the key phrases detection job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The current status of the key phrases detection job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The current status of the sentiment detection job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The current status of the sentiment detection job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The status of the job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
The status of the job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The status of the job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
The status of the job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The status of the job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
The status of the job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The status of the job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
The status of the job.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The status of the job:
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
The status of the job:
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopDominantLanguageDetectionJob operation.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopDominantLanguageDetectionJob operation.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopEntitiesDetectionJob operation.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopEntitiesDetectionJob operation.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopKeyPhrasesDetectionJob operation.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopSentimentDetectionJob operation.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of topic detection jobs based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of topic detection jobs based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The current status of the topic detection job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The current status of the topic detection job.
withKeyPhrases(KeyPhrase...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
One or more KeyPhrase objects, one for each key phrase detected in the document.
withKeyPhrases(Collection<KeyPhrase>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
One or more KeyPhrase objects, one for each key phrase detected in the document.
withKeyPhrases(KeyPhrase...) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
A collection of key phrases that Amazon Comprehend identified in the input text.
withKeyPhrases(Collection<KeyPhrase>) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
A collection of key phrases that Amazon Comprehend identified in the input text.
withKeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
An object that contains the properties associated with a key phrases detection job.
withKeyPhrasesDetectionJobPropertiesList(KeyPhrasesDetectionJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
A list containing the properties of each job that is returned.
withKeyPhrasesDetectionJobPropertiesList(Collection<KeyPhrasesDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
A list containing the properties of each job that is returned.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
The language of the input documents.
withLanguageCode(SyntaxLanguageCode) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
The language code of the input documents.
withLanguageCode(SyntaxLanguageCode) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
The language code of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The RFC 5646 language code for the dominant language.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The language code of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The language code of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The language code of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The language code of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The language code of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The language code of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
The language of the input documents.
withLanguages(DominantLanguage...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
One or more DominantLanguage objects describing the dominant languages in the document.
withLanguages(Collection<DominantLanguage>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageItemResult
One or more DominantLanguage objects describing the dominant languages in the document.
withLanguages(DominantLanguage...) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
The languages that Amazon Comprehend detected in the input text.
withLanguages(Collection<DominantLanguage>) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
The languages that Amazon Comprehend detected in the input text.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
The maximum number of results to return in each page.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
The maximum number of results to return in each page.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
The maximum number of results to return in each page.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
The maximum number of results to return in each page.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
The maximum number of results to return in each page.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
A description for the status of a job.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
A description of the status of a job.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
A description of the status of a job.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
A description of the status of a job.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
A description for the status of a job.
withMixed(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.
withNegative(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.
withNeutral(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
Identifies the next page of results to return.
withNumberOfTopics(Integer) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
The number of topics to detect.
withNumberOfTopics(Integer) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The number of topics to detect supplied when you created the topic detection job.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The output data configuration that you supplied when you created the dominant language detection job.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The output data configuration that you supplied when you created the entities detection job.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The output data configuration that you supplied when you created the key phrases detection job.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The output data configuration that you supplied when you created the sentiment detection job.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Specifies where to send the output files.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Specifies where to send the output files.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Specifies where to send the output files.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Specifies where to send the output files.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Specifies where to send the output files.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The output data configuration supplied when you created the topic detection job.
withPartOfSpeech(PartOfSpeechTag) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
Provides the part of speech label and the confidence level that Amazon Comprehend has that the part of speech was correctly identified.
withPositive(Float) - Method in class com.amazonaws.services.comprehend.model.SentimentScore
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.
withResultList(BatchDetectDominantLanguageItemResult...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list of objects containing the results of the operation.
withResultList(Collection<BatchDetectDominantLanguageItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
A list of objects containing the results of the operation.
withResultList(BatchDetectEntitiesItemResult...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list of objects containing the results of the operation.
withResultList(Collection<BatchDetectEntitiesItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
A list of objects containing the results of the operation.
withResultList(BatchDetectKeyPhrasesItemResult...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list of objects containing the results of the operation.
withResultList(Collection<BatchDetectKeyPhrasesItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
A list of objects containing the results of the operation.
withResultList(BatchDetectSentimentItemResult...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list of objects containing the results of the operation.
withResultList(Collection<BatchDetectSentimentItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
A list of objects containing the results of the operation.
withResultList(BatchDetectSyntaxItemResult...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list of objects containing the results of the operation.
withResultList(Collection<BatchDetectSyntaxItemResult>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
A list of objects containing the results of the operation.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
The Amazon S3 URI for the input data.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
withScore(Float) - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
withScore(Float) - Method in class com.amazonaws.services.comprehend.model.Entity
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
withScore(Float) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The level of confidence that Amazon Comprehend has in the accuracy of the detection.
withScore(Float) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
The confidence that Amazon Comprehend has that the part of speech was correctly identified.
withSentiment(String) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The sentiment detected in the document.
withSentiment(SentimentType) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The sentiment detected in the document.
withSentiment(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
withSentiment(SentimentType) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
withSentimentDetectionJobProperties(SentimentDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
An object that contains the properties associated with a sentiment detection job.
withSentimentDetectionJobPropertiesList(SentimentDetectionJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
A list containing the properties of each job that is returned.
withSentimentDetectionJobPropertiesList(Collection<SentimentDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
A list containing the properties of each job that is returned.
withSentimentScore(SentimentScore) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
withSentimentScore(SentimentScore) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
An object that lists the sentiments, and their corresponding confidence levels.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
The time that the dominant language detection job was submitted for processing.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The time that the entities detection job was submitted for processing.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
The time that the key phrases detection job was submitted for processing.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
The time that the sentiment detection job was submitted for processing.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The time that the topic detection job was submitted for processing.
withSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeAfter(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSubmitTimeBefore(Date) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
withSyntaxTokens(SyntaxToken...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The syntax tokens for the words in the document, one token for each word.
withSyntaxTokens(Collection<SyntaxToken>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
The syntax tokens for the words in the document, one token for each word.
withSyntaxTokens(SyntaxToken...) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
A collection of syntax tokens describing the text.
withSyntaxTokens(Collection<SyntaxToken>) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
A collection of syntax tokens describing the text.
withTag(String) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Identifies the part of speech that the token represents.
withTag(PartOfSpeechTagType) - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Identifies the part of speech that the token represents.
withText(String) - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
A UTF-8 text string.
withText(String) - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
A UTF-8 text string.
withText(String) - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
A UTF-8 text string.
withText(String) - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
A UTF-8 text string.
withText(String) - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
A UTF-8 string.
withText(String) - Method in class com.amazonaws.services.comprehend.model.Entity
The text of the entity.
withText(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrase
The text of a key noun phrase.
withText(String) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
The word that was recognized in the source text.
withTextList(String...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
A list containing the text of the input documents.
withTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
A list containing the text of the input documents.
withTextList(String...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
A list containing the text of the input documents.
withTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
A list containing the text of the input documents.
withTextList(String...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
A list containing the text of the input documents.
withTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
A list containing the text of the input documents.
withTextList(String...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
A list containing the text of the input documents.
withTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
A list containing the text of the input documents.
withTextList(String...) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
A list containing the text of the input documents.
withTextList(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
A list containing the text of the input documents.
withTokenId(Integer) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
A unique identifier for a token.
withTopicsDetectionJobProperties(TopicsDetectionJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
The list of properties for the requested job.
withTopicsDetectionJobPropertiesList(TopicsDetectionJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
A list containing the properties of each job that is returned.
withTopicsDetectionJobPropertiesList(Collection<TopicsDetectionJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
A list containing the properties of each job that is returned.
withType(String) - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.
withType(EntityType) - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.
A B C D E F G H I J K L M O P S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.