Skip navigation links
A B C D E F G H I J K L M O P R 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

ClassifierEvaluationMetrics - Class in com.amazonaws.services.comprehend.model
Describes the result metrics for the test data associated with an documentation classifier.
ClassifierEvaluationMetrics() - Constructor for class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
 
ClassifierMetadata - Class in com.amazonaws.services.comprehend.model
Provides information about a document classifier.
ClassifierMetadata() - Constructor for class com.amazonaws.services.comprehend.model.ClassifierMetadata
 
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.ClassifierEvaluationMetrics
 
clone() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
 
clone() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
 
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.DescribeEntityRecognizerRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
 
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.DocumentClassificationJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
 
clone() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
 
clone() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
 
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.EntityRecognizerAnnotations
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
 
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.ListDocumentClassificationJobsRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
 
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.ListEntityRecognizersRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
 
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.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
 
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.StartDocumentClassificationJobRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
 
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.StopTrainingDocumentClassifierRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
clone() - Method in class com.amazonaws.services.comprehend.model.Tag
 
clone() - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
clone() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
clone() - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.comprehend.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.comprehend.model.VpcConfig
 
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
 
ConcurrentModificationException - Exception in com.amazonaws.services.comprehend.model
Concurrent modification of the tags associated with an Amazon Comprehend resource is not supported.
ConcurrentModificationException(String) - Constructor for exception com.amazonaws.services.comprehend.model.ConcurrentModificationException
Constructs a new ConcurrentModificationException with the specified error message.
configFactory - Static variable in class com.amazonaws.services.comprehend.AmazonComprehendClient
Client configuration factory providing ClientConfigurations tailored to this client
createDocumentClassifier(CreateDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
createDocumentClassifier(CreateDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Creates a new document classifier that you can use to categorize documents.
createDocumentClassifier(CreateDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Creates a new document classifier that you can use to categorize documents.
createDocumentClassifierAsync(CreateDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
createDocumentClassifierAsync(CreateDocumentClassifierRequest, AsyncHandler<CreateDocumentClassifierRequest, CreateDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
createDocumentClassifierAsync(CreateDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Creates a new document classifier that you can use to categorize documents.
createDocumentClassifierAsync(CreateDocumentClassifierRequest, AsyncHandler<CreateDocumentClassifierRequest, CreateDocumentClassifierResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Creates a new document classifier that you can use to categorize documents.
createDocumentClassifierAsync(CreateDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
createDocumentClassifierAsync(CreateDocumentClassifierRequest, AsyncHandler<CreateDocumentClassifierRequest, CreateDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
CreateDocumentClassifierRequest - Class in com.amazonaws.services.comprehend.model
 
CreateDocumentClassifierRequest() - Constructor for class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
 
CreateDocumentClassifierResult - Class in com.amazonaws.services.comprehend.model
 
CreateDocumentClassifierResult() - Constructor for class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
 
createEntityRecognizer(CreateEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
createEntityRecognizer(CreateEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Creates an entity recognizer using submitted files.
createEntityRecognizer(CreateEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Creates an entity recognizer using submitted files.
createEntityRecognizerAsync(CreateEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
createEntityRecognizerAsync(CreateEntityRecognizerRequest, AsyncHandler<CreateEntityRecognizerRequest, CreateEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
createEntityRecognizerAsync(CreateEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Creates an entity recognizer using submitted files.
createEntityRecognizerAsync(CreateEntityRecognizerRequest, AsyncHandler<CreateEntityRecognizerRequest, CreateEntityRecognizerResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Creates an entity recognizer using submitted files.
createEntityRecognizerAsync(CreateEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
createEntityRecognizerAsync(CreateEntityRecognizerRequest, AsyncHandler<CreateEntityRecognizerRequest, CreateEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
CreateEntityRecognizerRequest - Class in com.amazonaws.services.comprehend.model
 
CreateEntityRecognizerRequest() - Constructor for class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
 
CreateEntityRecognizerResult - Class in com.amazonaws.services.comprehend.model
 
CreateEntityRecognizerResult() - Constructor for class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
 

D

defaultClient() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.comprehend.AmazonComprehendClientBuilder
 
deleteDocumentClassifier(DeleteDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
deleteDocumentClassifier(DeleteDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Deletes a previously created document classifier
deleteDocumentClassifier(DeleteDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Deletes a previously created document classifier
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest, AsyncHandler<DeleteDocumentClassifierRequest, DeleteDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Deletes a previously created document classifier
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest, AsyncHandler<DeleteDocumentClassifierRequest, DeleteDocumentClassifierResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Deletes a previously created document classifier
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
deleteDocumentClassifierAsync(DeleteDocumentClassifierRequest, AsyncHandler<DeleteDocumentClassifierRequest, DeleteDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DeleteDocumentClassifierRequest - Class in com.amazonaws.services.comprehend.model
 
DeleteDocumentClassifierRequest() - Constructor for class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
 
DeleteDocumentClassifierResult - Class in com.amazonaws.services.comprehend.model
 
DeleteDocumentClassifierResult() - Constructor for class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierResult
 
deleteEntityRecognizer(DeleteEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
deleteEntityRecognizer(DeleteEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Deletes an entity recognizer.
deleteEntityRecognizer(DeleteEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Deletes an entity recognizer.
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest, AsyncHandler<DeleteEntityRecognizerRequest, DeleteEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Deletes an entity recognizer.
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest, AsyncHandler<DeleteEntityRecognizerRequest, DeleteEntityRecognizerResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Deletes an entity recognizer.
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
deleteEntityRecognizerAsync(DeleteEntityRecognizerRequest, AsyncHandler<DeleteEntityRecognizerRequest, DeleteEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DeleteEntityRecognizerRequest - Class in com.amazonaws.services.comprehend.model
 
DeleteEntityRecognizerRequest() - Constructor for class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
 
DeleteEntityRecognizerResult - Class in com.amazonaws.services.comprehend.model
 
DeleteEntityRecognizerResult() - Constructor for class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerResult
 
describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a document classification job.
describeDocumentClassificationJob(DescribeDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a document classification job.
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest, AsyncHandler<DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a document classification job.
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest, AsyncHandler<DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a document classification job.
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeDocumentClassificationJobAsync(DescribeDocumentClassificationJobRequest, AsyncHandler<DescribeDocumentClassificationJobRequest, DescribeDocumentClassificationJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeDocumentClassificationJobRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeDocumentClassificationJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobRequest
 
DescribeDocumentClassificationJobResult - Class in com.amazonaws.services.comprehend.model
 
DescribeDocumentClassificationJobResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
 
describeDocumentClassifier(DescribeDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeDocumentClassifier(DescribeDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets the properties associated with a document classifier.
describeDocumentClassifier(DescribeDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets the properties associated with a document classifier.
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest, AsyncHandler<DescribeDocumentClassifierRequest, DescribeDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a document classifier.
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest, AsyncHandler<DescribeDocumentClassifierRequest, DescribeDocumentClassifierResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets the properties associated with a document classifier.
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeDocumentClassifierAsync(DescribeDocumentClassifierRequest, AsyncHandler<DescribeDocumentClassifierRequest, DescribeDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeDocumentClassifierRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeDocumentClassifierRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
 
DescribeDocumentClassifierResult - Class in com.amazonaws.services.comprehend.model
 
DescribeDocumentClassifierResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
 
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
 
describeEntityRecognizer(DescribeEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
describeEntityRecognizer(DescribeEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.
describeEntityRecognizer(DescribeEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest, AsyncHandler<DescribeEntityRecognizerRequest, DescribeEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest, AsyncHandler<DescribeEntityRecognizerRequest, DescribeEntityRecognizerResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Provides details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on.
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
describeEntityRecognizerAsync(DescribeEntityRecognizerRequest, AsyncHandler<DescribeEntityRecognizerRequest, DescribeEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
DescribeEntityRecognizerRequest - Class in com.amazonaws.services.comprehend.model
 
DescribeEntityRecognizerRequest() - Constructor for class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerRequest
 
DescribeEntityRecognizerResult - Class in com.amazonaws.services.comprehend.model
 
DescribeEntityRecognizerResult() - Constructor for class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
 
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
 
DocumentClassificationJobFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of document classification jobs.
DocumentClassificationJobFilter() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassificationJobFilter
 
DocumentClassificationJobProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a document classification job.
DocumentClassificationJobProperties() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
 
DocumentClassifierFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of document classifiers.
DocumentClassifierFilter() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
 
DocumentClassifierInputDataConfig - Class in com.amazonaws.services.comprehend.model
The input properties for training a document classifier.
DocumentClassifierInputDataConfig() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
 
DocumentClassifierOutputDataConfig - Class in com.amazonaws.services.comprehend.model
Provides output results configuration parameters for custom classifier jobs.
DocumentClassifierOutputDataConfig() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
 
DocumentClassifierProperties - Class in com.amazonaws.services.comprehend.model
Provides information about a document classifier.
DocumentClassifierProperties() - Constructor for class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
 
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
 
EntityRecognizerAnnotations - Class in com.amazonaws.services.comprehend.model
Describes the annotations associated with a entity recognizer.
EntityRecognizerAnnotations() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerAnnotations
 
EntityRecognizerDocuments - Class in com.amazonaws.services.comprehend.model
Describes the training documents submitted with an entity recognizer.
EntityRecognizerDocuments() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
 
EntityRecognizerEntityList - Class in com.amazonaws.services.comprehend.model
Describes the entity recognizer submitted with an entity recognizer.
EntityRecognizerEntityList() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
 
EntityRecognizerEvaluationMetrics - Class in com.amazonaws.services.comprehend.model
Detailed information about the accuracy of an entity recognizer.
EntityRecognizerEvaluationMetrics() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
 
EntityRecognizerFilter - Class in com.amazonaws.services.comprehend.model
Provides information for filtering a list of entity recognizers.
EntityRecognizerFilter() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
 
EntityRecognizerInputDataConfig - Class in com.amazonaws.services.comprehend.model
Specifies the format and location of the input data.
EntityRecognizerInputDataConfig() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
 
EntityRecognizerMetadata - Class in com.amazonaws.services.comprehend.model
Detailed information about an entity recognizer.
EntityRecognizerMetadata() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
 
EntityRecognizerMetadataEntityTypesListItem - Class in com.amazonaws.services.comprehend.model
Individual item from the list of entity types in the metadata of an entity recognizer.
EntityRecognizerMetadataEntityTypesListItem() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
 
EntityRecognizerProperties - Class in com.amazonaws.services.comprehend.model
Describes information about an entity recognizer.
EntityRecognizerProperties() - Constructor for class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
 
EntityType - Enum in com.amazonaws.services.comprehend.model
 
EntityTypesListItem - Class in com.amazonaws.services.comprehend.model
Information about an individual item on a list of entity types.
EntityTypesListItem() - Constructor for class com.amazonaws.services.comprehend.model.EntityTypesListItem
 
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.ClassifierEvaluationMetrics
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
 
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.DescribeEntityRecognizerRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
 
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.DocumentClassificationJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
 
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.EntityRecognizerAnnotations
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
 
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.ListDocumentClassificationJobsRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
 
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.ListEntityRecognizersRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
 
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.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
 
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.StartDocumentClassificationJobRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
 
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.StopTrainingDocumentClassifierRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
 

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.ModelStatus
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

getAccuracy() - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
The fraction of the labels that were correct recognized.
getAnnotations() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the annotations file for an entity recognizer.
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.
getClassifierMetadata() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Information about the document classifier, including the number of documents used for training the classifier, the number of documents used for test the classifier, and an accuracy rating.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
A unique identifier for the request.
getClientRequestToken() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
A unique identifier for the request.
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.CreateDocumentClassifierRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
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.DocumentClassifierProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
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.EntityRecognizerProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants 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.StartDocumentClassificationJobRequest
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.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.
getDataAccessRoleArn() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
getDocumentClassificationJobProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
An object that describes the properties associated with the document classification job.
getDocumentClassificationJobPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
A list containing the properties of each job returned.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
The Amazon Resource Name (ARN) that identifies the document classifier.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
The Amazon Resource Name (ARN) of the document classifier to use to process the job.
getDocumentClassifierArn() - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
getDocumentClassifierName() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
The name of the document classifier.
getDocumentClassifierProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
An object that contains the properties associated with a document classifier.
getDocumentClassifierPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
A list containing the properties of each job returned.
getDocuments() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the documents folder for an entity recognizer
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.DocumentClassificationJobProperties
The time that the document classification job completed.
getEndTime() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training the document classifier completed.
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.EntityRecognizerProperties
The time that the recognizer creation 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.
getEntityList() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the entity list for an entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
The Amazon Resource Name (ARN) that identifies the entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) that identifies the specific entity recognizer to be used by the StartEntitiesDetectionJob.
getEntityRecognizerArn() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
getEntityRecognizerProperties() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
Describes information associated with an entity recognizer.
getEntityRecognizerPropertiesList() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
The list of properties of an entity recognizer.
getEntityTypes() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
The entity types in the input data for an entity recognizer.
getEntityTypes() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Entity types from the metadata of an entity recognizer.
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.
getEvaluationMetrics() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
Describes the result metrics for the test data associated with an documentation classifier.
getEvaluationMetrics() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Detailed information about the accuracy of an entity recognizer.
getExecutorService() - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
Returns the executor service used by this client to execute async requests.
getF1Score() - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how accurate the classifier results are for the test data.
getF1Score() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how accurate the recognizer results are for the test data.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsRequest
Filters the jobs that are returned.
getFilter() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Filters the jobs that are returned.
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.ListEntityRecognizersRequest
Filters the list of entities 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.CreateDocumentClassifierRequest
Specifies the format and location of the input data for the job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Specifies the format and location of the input data.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The input data configuration that you supplied when you created the document classification job.
getInputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The input data configuration that you supplied when you created the document classifier for training.
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.EntityRecognizerProperties
The input data properties of an entity recognizer.
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.StartDocumentClassificationJobRequest
Specifies the format and location of the input data for the 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.DescribeDocumentClassificationJobRequest
The identifier that Amazon Comprehend generated for the job.
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.DocumentClassificationJobProperties
The identifier assigned to the document classification 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.StartDocumentClassificationJobResult
The identifier generated for the 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.DocumentClassificationJobFilter
Filters on the name of the job.
getJobName() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The name that you assigned to the document classification 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.StartDocumentClassificationJobRequest
The identifier of the 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.DocumentClassificationJobFilter
Filters the list based on job status.
getJobStatus() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The current status of the document classification 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.StartDocumentClassificationJobResult
The status of the 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.
getKey() - Method in class com.amazonaws.services.comprehend.model.Tag
The initial part of a key-value pair that forms a tag associated with a given resource.
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.
getKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
getKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
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.CreateDocumentClassifierRequest
The language of the input documents.
getLanguageCode() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
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.DocumentClassifierProperties
The language code for the language of the documents that the classifier was trained on.
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.EntityRecognizerProperties
The language 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.ListDocumentClassificationJobsRequest
The maximum number of results to return in each page.
getMaxResults() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
The maximum number of results to return in each page.
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.ListEntityRecognizersRequest
The maximum number of results to return on 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.DocumentClassificationJobProperties
A description of the status of the job.
getMessage() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Additional information about the status of the classifier.
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.EntityRecognizerProperties
A description of the status of the recognizer.
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.ListDocumentClassificationJobsRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
Identifies the next page of results to return.
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.ListEntityRecognizersRequest
Identifies the next page of results to return.
getNextToken() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
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.
getNumberOfLabels() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of labels in the input data.
getNumberOfTestDocuments() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to test the classifier.
getNumberOfTestDocuments() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to test the entity recognizer.
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.
getNumberOfTrainedDocuments() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to train the classifier.
getNumberOfTrainedDocuments() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to train the entity recognizer.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Enables the addition of output results configuration parameters for custom classifier jobs.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The output data configuration that you supplied when you created the document classification job.
getOutputDataConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Provides output results configuration parameters for custom classifier jobs.
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.StartDocumentClassificationJobRequest
Specifies where to send the output files.
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.
getPrecision() - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of the usefulness of the classifier results in the test data.
getPrecision() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of the usefulness of the recognizer results in the test data.
getRecall() - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how complete the classifier results are for the test data.
getRecall() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how complete the recognizer results are for the test data.
getRecognizerMetadata() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides information about an entity recognizer.
getRecognizerName() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The name given to the newly created recognizer.
getResourceArn() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
getResourceArn() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
getResourceArn() - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.
getResourceArn() - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags.
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.DocumentClassifierInputDataConfig
The Amazon S3 URI for the input data.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
When you use the OutputDataConfig object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerAnnotations
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
getS3Uri() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
Specifies the Amazon S3 location where the entity list is located.
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.
getSecurityGroupIds() - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID number for a security group on an instance of your private VPC.
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.
getStatus() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
Filters the list of classifiers based on status.
getStatus() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The status of the document classifier.
getStatus() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
The status of an entity recognizer.
getStatus() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides the status of the entity recognizer.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The time that the document classification job was submitted for processing.
getSubmitTime() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that the document classifier was submitted for training.
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.EntityRecognizerProperties
The time that the recognizer 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.
getSubnets() - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID for each subnet being used in your private VPC.
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.
getTagKeys() - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The initial part of a key-value pair that forms a tag being removed from a given resource.
getTags() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Tags to be associated with the document classifier being created.
getTags() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Tags to be associated with the entity recognizer being created.
getTags() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
Tags associated with the Amazon Comprehend resource being queried.
getTags() - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
Tags being associated with a specific Amazon Comprehend resource.
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.
getTrainingEndTime() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training of the document classifier was completed.
getTrainingEndTime() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer was completed.
getTrainingStartTime() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Indicates the time when the training starts on documentation classifiers.
getTrainingStartTime() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer started.
getType() - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.
getType() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
Type of entity from the list of entity types in the metadata of an entity recognizer.
getType() - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
Entity type of an item on an entity type list.
getValue() - Method in class com.amazonaws.services.comprehend.model.Tag
The second part of a key-value pair that forms a tag associated with a given resource.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVolumeKmsKeyId() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.
getVpcConfig() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.

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.ClassifierEvaluationMetrics
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
 
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.DescribeEntityRecognizerRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
 
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.DocumentClassificationJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
 
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.EntityRecognizerAnnotations
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
 
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.ListDocumentClassificationJobsRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
 
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.ListEntityRecognizersRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
 
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.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
 
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.StartDocumentClassificationJobRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
 
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.StopTrainingDocumentClassifierRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.SyntaxToken
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.Tag
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.comprehend.model.VpcConfig
 

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 ListDocumentClassificationJobs 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
 
KmsKeyValidationException - Exception in com.amazonaws.services.comprehend.model
The KMS customer managed key (CMK) entered cannot be validated.
KmsKeyValidationException(String) - Constructor for exception com.amazonaws.services.comprehend.model.KmsKeyValidationException
Constructs a new KmsKeyValidationException with the specified error message.

L

LanguageCode - Enum in com.amazonaws.services.comprehend.model
 
listDocumentClassificationJobs(ListDocumentClassificationJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listDocumentClassificationJobs(ListDocumentClassificationJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the documentation classification jobs that you have submitted.
listDocumentClassificationJobs(ListDocumentClassificationJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the documentation classification jobs that you have submitted.
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest, AsyncHandler<ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the documentation classification jobs that you have submitted.
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest, AsyncHandler<ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the documentation classification jobs that you have submitted.
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listDocumentClassificationJobsAsync(ListDocumentClassificationJobsRequest, AsyncHandler<ListDocumentClassificationJobsRequest, ListDocumentClassificationJobsResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListDocumentClassificationJobsRequest - Class in com.amazonaws.services.comprehend.model
 
ListDocumentClassificationJobsRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsRequest
 
ListDocumentClassificationJobsResult - Class in com.amazonaws.services.comprehend.model
 
ListDocumentClassificationJobsResult() - Constructor for class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
 
listDocumentClassifiers(ListDocumentClassifiersRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listDocumentClassifiers(ListDocumentClassifiersRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the document classifiers that you have created.
listDocumentClassifiers(ListDocumentClassifiersRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the document classifiers that you have created.
listDocumentClassifiersAsync(ListDocumentClassifiersRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDocumentClassifiersAsync(ListDocumentClassifiersRequest, AsyncHandler<ListDocumentClassifiersRequest, ListDocumentClassifiersResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listDocumentClassifiersAsync(ListDocumentClassifiersRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the document classifiers that you have created.
listDocumentClassifiersAsync(ListDocumentClassifiersRequest, AsyncHandler<ListDocumentClassifiersRequest, ListDocumentClassifiersResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the document classifiers that you have created.
listDocumentClassifiersAsync(ListDocumentClassifiersRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listDocumentClassifiersAsync(ListDocumentClassifiersRequest, AsyncHandler<ListDocumentClassifiersRequest, ListDocumentClassifiersResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListDocumentClassifiersRequest - Class in com.amazonaws.services.comprehend.model
 
ListDocumentClassifiersRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
 
ListDocumentClassifiersResult - Class in com.amazonaws.services.comprehend.model
 
ListDocumentClassifiersResult() - Constructor for class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
 
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
 
listEntityRecognizers(ListEntityRecognizersRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listEntityRecognizers(ListEntityRecognizersRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.
listEntityRecognizers(ListEntityRecognizersRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.
listEntityRecognizersAsync(ListEntityRecognizersRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listEntityRecognizersAsync(ListEntityRecognizersRequest, AsyncHandler<ListEntityRecognizersRequest, ListEntityRecognizersResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listEntityRecognizersAsync(ListEntityRecognizersRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.
listEntityRecognizersAsync(ListEntityRecognizersRequest, AsyncHandler<ListEntityRecognizersRequest, ListEntityRecognizersResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Gets a list of the properties of all entity recognizers that you created, including recognizers currently in training.
listEntityRecognizersAsync(ListEntityRecognizersRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listEntityRecognizersAsync(ListEntityRecognizersRequest, AsyncHandler<ListEntityRecognizersRequest, ListEntityRecognizersResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListEntityRecognizersRequest - Class in com.amazonaws.services.comprehend.model
 
ListEntityRecognizersRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListEntityRecognizersRequest
 
ListEntityRecognizersResult - Class in com.amazonaws.services.comprehend.model
 
ListEntityRecognizersResult() - Constructor for class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
 
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
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Lists all tags associated with a given Amazon Comprehend resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Lists all tags associated with a given Amazon Comprehend resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Lists all tags associated with a given Amazon Comprehend resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Lists all tags associated with a given Amazon Comprehend resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.comprehend.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.comprehend.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.comprehend.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
 
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.ClassifierEvaluationMetrics
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
 
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.EntityRecognizerAnnotations
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
 
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.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
 
ModelStatus - Enum in com.amazonaws.services.comprehend.model
 

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
 

R

ResourceInUseException - Exception in com.amazonaws.services.comprehend.model
The specified name is already in use.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.comprehend.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceLimitExceededException - Exception in com.amazonaws.services.comprehend.model
The maximum number of recognizers per account has been exceeded.
ResourceLimitExceededException(String) - Constructor for exception com.amazonaws.services.comprehend.model.ResourceLimitExceededException
Constructs a new ResourceLimitExceededException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.comprehend.model
The specified resource ARN was not found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.comprehend.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceUnavailableException - Exception in com.amazonaws.services.comprehend.model
The specified resource is not available.
ResourceUnavailableException(String) - Constructor for exception com.amazonaws.services.comprehend.model.ResourceUnavailableException
Constructs a new ResourceUnavailableException with the specified error message.

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
 
setAccuracy(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
The fraction of the labels that were correct recognized.
setAnnotations(EntityRecognizerAnnotations) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the annotations file for an entity recognizer.
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.
setClassifierMetadata(ClassifierMetadata) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Information about the document classifier, including the number of documents used for training the classifier, the number of documents used for test the classifier, and an accuracy rating.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
A unique identifier for the request.
setClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
A unique identifier for the request.
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.CreateDocumentClassifierRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
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.DocumentClassifierProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
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.EntityRecognizerProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants 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.StartDocumentClassificationJobRequest
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.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.
setDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
setDocumentClassificationJobProperties(DocumentClassificationJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
An object that describes the properties associated with the document classification job.
setDocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
A list containing the properties of each job returned.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
The Amazon Resource Name (ARN) that identifies the document classifier.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
The Amazon Resource Name (ARN) of the document classifier to use to process the job.
setDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
setDocumentClassifierName(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
The name of the document classifier.
setDocumentClassifierProperties(DocumentClassifierProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
An object that contains the properties associated with a document classifier.
setDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
A list containing the properties of each job returned.
setDocuments(EntityRecognizerDocuments) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the documents folder for an entity recognizer
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.DocumentClassificationJobProperties
The time that the document classification job completed.
setEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training the document classifier completed.
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.EntityRecognizerProperties
The time that the recognizer creation 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.
setEntityList(EntityRecognizerEntityList) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the entity list for an entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
The Amazon Resource Name (ARN) that identifies the entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) that identifies the specific entity recognizer to be used by the StartEntitiesDetectionJob.
setEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
setEntityRecognizerProperties(EntityRecognizerProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
Describes information associated with an entity recognizer.
setEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties>) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
The list of properties of an entity recognizer.
setEntityTypes(Collection<EntityTypesListItem>) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
The entity types in the input data for an entity recognizer.
setEntityTypes(Collection<EntityRecognizerMetadataEntityTypesListItem>) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Entity types from the metadata of an entity recognizer.
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.
setEvaluationMetrics(ClassifierEvaluationMetrics) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
Describes the result metrics for the test data associated with an documentation classifier.
setEvaluationMetrics(EntityRecognizerEvaluationMetrics) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Detailed information about the accuracy of an entity recognizer.
setF1Score(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how accurate the classifier results are for the test data.
setF1Score(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how accurate the recognizer results are for the test data.
setFilter(DocumentClassificationJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsRequest
Filters the jobs that are returned.
setFilter(DocumentClassifierFilter) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Filters the jobs that are returned.
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(EntityRecognizerFilter) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersRequest
Filters the list of entities 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(DocumentClassifierInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Specifies the format and location of the input data for the job.
setInputDataConfig(EntityRecognizerInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Specifies the format and location of the input data.
setInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The input data configuration that you supplied when you created the document classification job.
setInputDataConfig(DocumentClassifierInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The input data configuration that you supplied when you created the document classifier for training.
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(EntityRecognizerInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The input data properties of an entity recognizer.
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.StartDocumentClassificationJobRequest
Specifies the format and location of the input data for the 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.DescribeDocumentClassificationJobRequest
The identifier that Amazon Comprehend generated for the job.
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.DocumentClassificationJobProperties
The identifier assigned to the document classification 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.StartDocumentClassificationJobResult
The identifier generated for the 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.DocumentClassificationJobFilter
Filters on the name of the job.
setJobName(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The name that you assigned to the document classification 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.StartDocumentClassificationJobRequest
The identifier of the 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.DocumentClassificationJobFilter
Filters the list based on job status.
setJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The current status of the document classification 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.StartDocumentClassificationJobResult
The status of the 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.
setKey(String) - Method in class com.amazonaws.services.comprehend.model.Tag
The initial part of a key-value pair that forms a tag associated with a given resource.
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.
setKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
setKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
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.CreateDocumentClassifierRequest
The language of the input documents.
setLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
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.DocumentClassifierProperties
The language code for the language of the documents that the classifier was trained on.
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.EntityRecognizerProperties
The language 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.ListDocumentClassificationJobsRequest
The maximum number of results to return in each page.
setMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
The maximum number of results to return in each page.
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.ListEntityRecognizersRequest
The maximum number of results to return on 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.DocumentClassificationJobProperties
A description of the status of the job.
setMessage(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Additional information about the status of the classifier.
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.EntityRecognizerProperties
A description of the status of the recognizer.
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.ListDocumentClassificationJobsRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
Identifies the next page of results to return.
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.ListEntityRecognizersRequest
Identifies the next page of results to return.
setNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
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.
setNumberOfLabels(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of labels in the input data.
setNumberOfTestDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to test the classifier.
setNumberOfTestDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to test the entity recognizer.
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.
setNumberOfTrainedDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to train the classifier.
setNumberOfTrainedDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to train the entity recognizer.
setOutputDataConfig(DocumentClassifierOutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Enables the addition of output results configuration parameters for custom classifier jobs.
setOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The output data configuration that you supplied when you created the document classification job.
setOutputDataConfig(DocumentClassifierOutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Provides output results configuration parameters for custom classifier jobs.
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.StartDocumentClassificationJobRequest
Specifies where to send the output files.
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.
setPrecision(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of the usefulness of the classifier results in the test data.
setPrecision(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of the usefulness of the recognizer results in the test data.
setRecall(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how complete the classifier results are for the test data.
setRecall(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how complete the recognizer results are for the test data.
setRecognizerMetadata(EntityRecognizerMetadata) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides information about an entity recognizer.
setRecognizerName(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The name given to the newly created recognizer.
setResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
setResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
setResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.
setResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags.
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.DocumentClassifierInputDataConfig
The Amazon S3 URI for the input data.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
When you use the OutputDataConfig object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerAnnotations
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
setS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
Specifies the Amazon S3 location where the entity list is located.
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.
setSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID number for a security group on an instance of your private VPC.
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.
setStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
Filters the list of classifiers based on status.
setStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The status of the document classifier.
setStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
The status of an entity recognizer.
setStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides the status of the entity recognizer.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The time that the document classification job was submitted for processing.
setSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that the document classifier was submitted for training.
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.EntityRecognizerProperties
The time that the recognizer 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.
setSubnets(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID for each subnet being used in your private VPC.
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.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The initial part of a key-value pair that forms a tag being removed from a given resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Tags to be associated with the document classifier being created.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Tags to be associated with the entity recognizer being created.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
Tags associated with the Amazon Comprehend resource being queried.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
Tags being associated with a specific Amazon Comprehend resource.
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.
setTrainingEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training of the document classifier was completed.
setTrainingEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer was completed.
setTrainingStartTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Indicates the time when the training starts on documentation classifiers.
setTrainingStartTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer started.
setType(String) - Method in class com.amazonaws.services.comprehend.model.Entity
The entity's type.
setType(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
Type of entity from the list of entity types in the metadata of an entity recognizer.
setType(String) - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
Entity type of an item on an entity type list.
setValue(String) - Method in class com.amazonaws.services.comprehend.model.Tag
The second part of a key-value pair that forms a tag associated with a given resource.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.
setVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.
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
 
startDocumentClassificationJob(StartDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
startDocumentClassificationJob(StartDocumentClassificationJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Starts an asynchronous document classification job.
startDocumentClassificationJob(StartDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Starts an asynchronous document classification job.
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest, AsyncHandler<StartDocumentClassificationJobRequest, StartDocumentClassificationJobResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous document classification job.
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest, AsyncHandler<StartDocumentClassificationJobRequest, StartDocumentClassificationJobResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Starts an asynchronous document classification job.
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
startDocumentClassificationJobAsync(StartDocumentClassificationJobRequest, AsyncHandler<StartDocumentClassificationJobRequest, StartDocumentClassificationJobResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StartDocumentClassificationJobRequest - Class in com.amazonaws.services.comprehend.model
 
StartDocumentClassificationJobRequest() - Constructor for class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
 
StartDocumentClassificationJobResult - Class in com.amazonaws.services.comprehend.model
 
StartDocumentClassificationJobResult() - Constructor for class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
 
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
 
stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops a document classifier training job while in progress.
stopTrainingDocumentClassifier(StopTrainingDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops a document classifier training job while in progress.
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest, AsyncHandler<StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a document classifier training job while in progress.
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest, AsyncHandler<StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops a document classifier training job while in progress.
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopTrainingDocumentClassifierAsync(StopTrainingDocumentClassifierRequest, AsyncHandler<StopTrainingDocumentClassifierRequest, StopTrainingDocumentClassifierResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopTrainingDocumentClassifierRequest - Class in com.amazonaws.services.comprehend.model
 
StopTrainingDocumentClassifierRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierRequest
 
StopTrainingDocumentClassifierResult - Class in com.amazonaws.services.comprehend.model
 
StopTrainingDocumentClassifierResult() - Constructor for class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierResult
 
stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Stops an entity recognizer training job while in progress.
stopTrainingEntityRecognizer(StopTrainingEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Stops an entity recognizer training job while in progress.
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest, AsyncHandler<StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops an entity recognizer training job while in progress.
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest, AsyncHandler<StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Stops an entity recognizer training job while in progress.
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
stopTrainingEntityRecognizerAsync(StopTrainingEntityRecognizerRequest, AsyncHandler<StopTrainingEntityRecognizerRequest, StopTrainingEntityRecognizerResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
StopTrainingEntityRecognizerRequest - Class in com.amazonaws.services.comprehend.model
 
StopTrainingEntityRecognizerRequest() - Constructor for class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
 
StopTrainingEntityRecognizerResult - Class in com.amazonaws.services.comprehend.model
 
StopTrainingEntityRecognizerResult() - Constructor for class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerResult
 
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

Tag - Class in com.amazonaws.services.comprehend.model
A key-value pair that adds as a metadata to a resource used by Amazon Comprehend.
Tag() - Constructor for class com.amazonaws.services.comprehend.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Associates a specific tag with an Amazon Comprehend resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Associates a specific tag with an Amazon Comprehend resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Associates a specific tag with an Amazon Comprehend resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Associates a specific tag with an Amazon Comprehend resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.comprehend.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.comprehend.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.comprehend.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.comprehend.model.TagResourceResult
 
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.
TooManyTagKeysException - Exception in com.amazonaws.services.comprehend.model
The request contains more tag keys than can be associated with a resource (50 tag keys per resource).
TooManyTagKeysException(String) - Constructor for exception com.amazonaws.services.comprehend.model.TooManyTagKeysException
Constructs a new TooManyTagKeysException with the specified error message.
TooManyTagsException - Exception in com.amazonaws.services.comprehend.model
The request contains more tags than can be associated with a resource (50 tags per resource).
TooManyTagsException(String) - Constructor for exception com.amazonaws.services.comprehend.model.TooManyTagsException
Constructs a new TooManyTagsException 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.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectDominantLanguageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesItemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesItemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectKeyPhrasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentItemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSentimentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxItemResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchDetectSyntaxResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.BatchItemError
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeDominantLanguageDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntitiesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeKeyPhrasesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeSentimentDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DescribeTopicsDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectDominantLanguageResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectEntitiesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectKeyPhrasesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSentimentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DetectSyntaxResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierInputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguage
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.Entity
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerAnnotations
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehend.model.EntityType
 
toString() - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.InputDataConfig
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehend.model.LanguageCode
 
toString() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListDominantLanguageDetectionJobsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntitiesDetectionJobsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListKeyPhrasesDetectionJobsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListSentimentDetectionJobsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.ListTopicsDetectionJobsResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehend.model.ModelStatus
 
toString() - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.PartOfSpeechTag
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.SentimentScore
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.comprehend.model.SentimentType
 
toString() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopDominantLanguageDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopEntitiesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopKeyPhrasesDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopSentimentDetectionJobResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerResult
Returns a string representation of this object.
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.
toString() - Method in class com.amazonaws.services.comprehend.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.comprehend.model.VpcConfig
Returns a string representation of this object.

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.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehend
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehend
Removes a specific tag associated with an Amazon Comprehend resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendClient
Removes a specific tag associated with an Amazon Comprehend resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.comprehend.AbstractAmazonComprehendAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Removes a specific tag associated with an Amazon Comprehend resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.comprehend.AmazonComprehendAsync
Removes a specific tag associated with an Amazon Comprehend resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.comprehend.AmazonComprehendAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.comprehend.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.comprehend.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.comprehend.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.comprehend.model.UntagResourceResult
 

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.ModelStatus
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.ModelStatus
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.
VpcConfig - Class in com.amazonaws.services.comprehend.model
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job.
VpcConfig() - Constructor for class com.amazonaws.services.comprehend.model.VpcConfig
 

W

withAccuracy(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
The fraction of the labels that were correct recognized.
withAnnotations(EntityRecognizerAnnotations) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the annotations file for an entity recognizer.
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.
withClassifierMetadata(ClassifierMetadata) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Information about the document classifier, including the number of documents used for training the classifier, the number of documents used for test the classifier, and an accuracy rating.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
A unique identifier for the request.
withClientRequestToken(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
A unique identifier for the request.
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.CreateDocumentClassifierRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
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.DocumentClassifierProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your input data.
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.EntityRecognizerProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants 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.StartDocumentClassificationJobRequest
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.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.
withDataAccessRoleArn(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read access to your job data.
withDocumentClassificationJobProperties(DocumentClassificationJobProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassificationJobResult
An object that describes the properties associated with the document classification job.
withDocumentClassificationJobPropertiesList(DocumentClassificationJobProperties...) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
A list containing the properties of each job returned.
withDocumentClassificationJobPropertiesList(Collection<DocumentClassificationJobProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
A list containing the properties of each job returned.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierResult
The Amazon Resource Name (ARN) that identifies the document classifier.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DeleteDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The Amazon Resource Name (ARN) that identifies the document classifier.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
The Amazon Resource Name (ARN) of the document classifier to use to process the job.
withDocumentClassifierArn(String) - Method in class com.amazonaws.services.comprehend.model.StopTrainingDocumentClassifierRequest
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
withDocumentClassifierName(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
The name of the document classifier.
withDocumentClassifierProperties(DocumentClassifierProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeDocumentClassifierResult
An object that contains the properties associated with a document classifier.
withDocumentClassifierPropertiesList(DocumentClassifierProperties...) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
A list containing the properties of each job returned.
withDocumentClassifierPropertiesList(Collection<DocumentClassifierProperties>) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
A list containing the properties of each job returned.
withDocuments(EntityRecognizerDocuments) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the documents folder for an entity recognizer
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.DocumentClassificationJobProperties
The time that the document classification job completed.
withEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training the document classifier completed.
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.EntityRecognizerProperties
The time that the recognizer creation 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.
withEntityList(EntityRecognizerEntityList) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
S3 location of the entity list for an entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerResult
The Amazon Resource Name (ARN) that identifies the entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.DeleteEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The Amazon Resource Name (ARN) that identifies the entity recognizer.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
The Amazon Resource Name (ARN) that identifies the specific entity recognizer to be used by the StartEntitiesDetectionJob.
withEntityRecognizerArn(String) - Method in class com.amazonaws.services.comprehend.model.StopTrainingEntityRecognizerRequest
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
withEntityRecognizerProperties(EntityRecognizerProperties) - Method in class com.amazonaws.services.comprehend.model.DescribeEntityRecognizerResult
Describes information associated with an entity recognizer.
withEntityRecognizerPropertiesList(EntityRecognizerProperties...) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
The list of properties of an entity recognizer.
withEntityRecognizerPropertiesList(Collection<EntityRecognizerProperties>) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
The list of properties of an entity recognizer.
withEntityTypes(EntityTypesListItem...) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
The entity types in the input data for an entity recognizer.
withEntityTypes(Collection<EntityTypesListItem>) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerInputDataConfig
The entity types in the input data for an entity recognizer.
withEntityTypes(EntityRecognizerMetadataEntityTypesListItem...) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Entity types from the metadata of an entity recognizer.
withEntityTypes(Collection<EntityRecognizerMetadataEntityTypesListItem>) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Entity types from the metadata of an entity recognizer.
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.
withEvaluationMetrics(ClassifierEvaluationMetrics) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
Describes the result metrics for the test data associated with an documentation classifier.
withEvaluationMetrics(EntityRecognizerEvaluationMetrics) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
Detailed information about the accuracy of an entity recognizer.
withF1Score(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how accurate the classifier results are for the test data.
withF1Score(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how accurate the recognizer results are for the test data.
withFilter(DocumentClassificationJobFilter) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsRequest
Filters the jobs that are returned.
withFilter(DocumentClassifierFilter) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Filters the jobs that are returned.
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(EntityRecognizerFilter) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersRequest
Filters the list of entities 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(DocumentClassifierInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Specifies the format and location of the input data for the job.
withInputDataConfig(EntityRecognizerInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Specifies the format and location of the input data.
withInputDataConfig(InputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The input data configuration that you supplied when you created the document classification job.
withInputDataConfig(DocumentClassifierInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The input data configuration that you supplied when you created the document classifier for training.
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(EntityRecognizerInputDataConfig) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The input data properties of an entity recognizer.
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.StartDocumentClassificationJobRequest
Specifies the format and location of the input data for the 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.DescribeDocumentClassificationJobRequest
The identifier that Amazon Comprehend generated for the job.
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.DocumentClassificationJobProperties
The identifier assigned to the document classification 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.StartDocumentClassificationJobResult
The identifier generated for the 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.DocumentClassificationJobFilter
Filters on the name of the job.
withJobName(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The name that you assigned to the document classification 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.StartDocumentClassificationJobRequest
The identifier of the 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.DocumentClassificationJobFilter
Filters the list based on job status.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobFilter
Filters the list based on job status.
withJobStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The current status of the document classification job.
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The current status of the document classification 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.StartDocumentClassificationJobResult
The status of the job:
withJobStatus(JobStatus) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobResult
The status of the 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.
withKey(String) - Method in class com.amazonaws.services.comprehend.model.Tag
The initial part of a key-value pair that forms a tag associated with a given resource.
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.
withKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
withKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.OutputDataConfig
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
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.CreateDocumentClassifierRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
The language of the input documents.
withLanguageCode(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
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.DocumentClassifierProperties
The language code for the language of the documents that the classifier was trained on.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The language code for the language of the documents that the classifier was trained on.
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.EntityRecognizerProperties
The language of the input documents.
withLanguageCode(LanguageCode) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The language 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.ListDocumentClassificationJobsRequest
The maximum number of results to return in each page.
withMaxResults(Integer) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
The maximum number of results to return in each page.
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.ListEntityRecognizersRequest
The maximum number of results to return on 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.DocumentClassificationJobProperties
A description of the status of the job.
withMessage(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Additional information about the status of the classifier.
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.EntityRecognizerProperties
A description of the status of the recognizer.
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.ListDocumentClassificationJobsRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassificationJobsResult
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListDocumentClassifiersResult
Identifies the next page of results to return.
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.ListEntityRecognizersRequest
Identifies the next page of results to return.
withNextToken(String) - Method in class com.amazonaws.services.comprehend.model.ListEntityRecognizersResult
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.
withNumberOfLabels(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of labels in the input data.
withNumberOfTestDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to test the classifier.
withNumberOfTestDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to test the entity recognizer.
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.
withNumberOfTrainedDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.ClassifierMetadata
The number of documents in the input data that were used to train the classifier.
withNumberOfTrainedDocuments(Integer) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadata
The number of documents in the input data that were used to train the entity recognizer.
withOutputDataConfig(DocumentClassifierOutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Enables the addition of output results configuration parameters for custom classifier jobs.
withOutputDataConfig(OutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The output data configuration that you supplied when you created the document classification job.
withOutputDataConfig(DocumentClassifierOutputDataConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Provides output results configuration parameters for custom classifier jobs.
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.StartDocumentClassificationJobRequest
Specifies where to send the output files.
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.
withPrecision(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of the usefulness of the classifier results in the test data.
withPrecision(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of the usefulness of the recognizer results in the test data.
withRecall(Double) - Method in class com.amazonaws.services.comprehend.model.ClassifierEvaluationMetrics
A measure of how complete the classifier results are for the test data.
withRecall(Double) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEvaluationMetrics
A measure of how complete the recognizer results are for the test data.
withRecognizerMetadata(EntityRecognizerMetadata) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides information about an entity recognizer.
withRecognizerName(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
The name given to the newly created recognizer.
withResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
withResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
withResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource to which you want to associate the tags.
withResourceArn(String) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource from which you want to remove the tags.
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.DocumentClassifierInputDataConfig
The Amazon S3 URI for the input data.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierOutputDataConfig
When you use the OutputDataConfig object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerAnnotations
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerDocuments
Specifies the Amazon S3 location where the training documents for an entity recognizer are located.
withS3Uri(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerEntityList
Specifies the Amazon S3 location where the entity list is located.
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.
withSecurityGroupIds(String...) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID number for a security group on an instance of your private VPC.
withSecurityGroupIds(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID number for a security group on an instance of your private VPC.
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.
withStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
Filters the list of classifiers based on status.
withStatus(ModelStatus) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierFilter
Filters the list of classifiers based on status.
withStatus(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The status of the document classifier.
withStatus(ModelStatus) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The status of the document classifier.
withStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
The status of an entity recognizer.
withStatus(ModelStatus) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerFilter
The status of an entity recognizer.
withStatus(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides the status of the entity recognizer.
withStatus(ModelStatus) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Provides the status of the entity recognizer.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
The time that the document classification job was submitted for processing.
withSubmitTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that the document classifier was submitted for training.
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.EntityRecognizerProperties
The time that the recognizer 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.DocumentClassificationJobFilter
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.DocumentClassifierFilter
Filters the list of classifiers based on the time that the classifier 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.EntityRecognizerFilter
Filters the list of entities based on the time that the list 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.
withSubnets(String...) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID for each subnet being used in your private VPC.
withSubnets(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.VpcConfig
The ID for each subnet being used in your private VPC.
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.
withTagKeys(String...) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The initial part of a key-value pair that forms a tag being removed from a given resource.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.comprehend.model.UntagResourceRequest
The initial part of a key-value pair that forms a tag being removed from a given resource.
withTags(Tag...) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Tags to be associated with the document classifier being created.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Tags to be associated with the document classifier being created.
withTags(Tag...) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Tags to be associated with the entity recognizer being created.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Tags to be associated with the entity recognizer being created.
withTags(Tag...) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
Tags associated with the Amazon Comprehend resource being queried.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.ListTagsForResourceResult
Tags associated with the Amazon Comprehend resource being queried.
withTags(Tag...) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
Tags being associated with a specific Amazon Comprehend resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.comprehend.model.TagResourceRequest
Tags being associated with a specific Amazon Comprehend resource.
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.
withTrainingEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
The time that training of the document classifier was completed.
withTrainingEndTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer was completed.
withTrainingStartTime(Date) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Indicates the time when the training starts on documentation classifiers.
withTrainingStartTime(Date) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
The time that training of the entity recognizer started.
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.
withType(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerMetadataEntityTypesListItem
Type of entity from the list of entity types in the metadata of an entity recognizer.
withType(String) - Method in class com.amazonaws.services.comprehend.model.EntityTypesListItem
Entity type of an item on an entity type list.
withValue(String) - Method in class com.amazonaws.services.comprehend.model.Tag
The second part of a key-value pair that forms a tag associated with a given resource.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVolumeKmsKeyId(String) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data on the storage volume attached to the ML compute instance(s) that process the analysis job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.CreateDocumentClassifierRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.CreateEntityRecognizerRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassificationJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DocumentClassifierProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.DominantLanguageDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.EntitiesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.EntityRecognizerProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.KeyPhrasesDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.SentimentDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartDocumentClassificationJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartDominantLanguageDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartEntitiesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartKeyPhrasesDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartSentimentDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.StartTopicsDetectionJobRequest
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.
withVpcConfig(VpcConfig) - Method in class com.amazonaws.services.comprehend.model.TopicsDetectionJobProperties
Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job.
A B C D E F G H I J K L M O P R S T U V W 
Skip navigation links

Copyright © 2019. All rights reserved.