Comprehend
import { Comprehend } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/comprehend.ts";class Comprehend { }
constructor(apiFactory: client.ApiFactory);
async batchDetectDominantLanguage(params: BatchDetectDominantLanguageRequest, opts?: client.RequestOptions): Promise<BatchDetectDominantLanguageResponse>;
async batchDetectEntities(params: BatchDetectEntitiesRequest, opts?: client.RequestOptions): Promise<BatchDetectEntitiesResponse>;
async batchDetectKeyPhrases(params: BatchDetectKeyPhrasesRequest, opts?: client.RequestOptions): Promise<BatchDetectKeyPhrasesResponse>;
async batchDetectSentiment(params: BatchDetectSentimentRequest, opts?: client.RequestOptions): Promise<BatchDetectSentimentResponse>;
async batchDetectSyntax(params: BatchDetectSyntaxRequest, opts?: client.RequestOptions): Promise<BatchDetectSyntaxResponse>;
async classifyDocument(params: ClassifyDocumentRequest, opts?: client.RequestOptions): Promise<ClassifyDocumentResponse>;
async containsPiiEntities(params: ContainsPiiEntitiesRequest, opts?: client.RequestOptions): Promise<ContainsPiiEntitiesResponse>;
async createDocumentClassifier(params: CreateDocumentClassifierRequest, opts?: client.RequestOptions): Promise<CreateDocumentClassifierResponse>;
async createEndpoint(params: CreateEndpointRequest, opts?: client.RequestOptions): Promise<CreateEndpointResponse>;
async createEntityRecognizer(params: CreateEntityRecognizerRequest, opts?: client.RequestOptions): Promise<CreateEntityRecognizerResponse>;
async deleteDocumentClassifier(params: DeleteDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>;
async deleteEntityRecognizer(params: DeleteEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>;
async describeDocumentClassificationJob(params: DescribeDocumentClassificationJobRequest, opts?: client.RequestOptions): Promise<DescribeDocumentClassificationJobResponse>;
async describeDocumentClassifier(params: DescribeDocumentClassifierRequest, opts?: client.RequestOptions): Promise<DescribeDocumentClassifierResponse>;
async describeDominantLanguageDetectionJob(params: DescribeDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeDominantLanguageDetectionJobResponse>;
async describeEndpoint(params: DescribeEndpointRequest, opts?: client.RequestOptions): Promise<DescribeEndpointResponse>;
async describeEntitiesDetectionJob(params: DescribeEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeEntitiesDetectionJobResponse>;
async describeEntityRecognizer(params: DescribeEntityRecognizerRequest, opts?: client.RequestOptions): Promise<DescribeEntityRecognizerResponse>;
async describeEventsDetectionJob(params: DescribeEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeEventsDetectionJobResponse>;
async describeKeyPhrasesDetectionJob(params: DescribeKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeKeyPhrasesDetectionJobResponse>;
async describePiiEntitiesDetectionJob(params: DescribePiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribePiiEntitiesDetectionJobResponse>;
async describeSentimentDetectionJob(params: DescribeSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeSentimentDetectionJobResponse>;
async describeTopicsDetectionJob(params: DescribeTopicsDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeTopicsDetectionJobResponse>;
async detectDominantLanguage(params: DetectDominantLanguageRequest, opts?: client.RequestOptions): Promise<DetectDominantLanguageResponse>;
async detectEntities(params: DetectEntitiesRequest, opts?: client.RequestOptions): Promise<DetectEntitiesResponse>;
async detectKeyPhrases(params: DetectKeyPhrasesRequest, opts?: client.RequestOptions): Promise<DetectKeyPhrasesResponse>;
async detectPiiEntities(params: DetectPiiEntitiesRequest, opts?: client.RequestOptions): Promise<DetectPiiEntitiesResponse>;
async detectSentiment(params: DetectSentimentRequest, opts?: client.RequestOptions): Promise<DetectSentimentResponse>;
async detectSyntax(params: DetectSyntaxRequest, opts?: client.RequestOptions): Promise<DetectSyntaxResponse>;
async listDocumentClassificationJobs(params?: ListDocumentClassificationJobsRequest, opts?: client.RequestOptions): Promise<ListDocumentClassificationJobsResponse>;
async listDocumentClassifiers(params?: ListDocumentClassifiersRequest, opts?: client.RequestOptions): Promise<ListDocumentClassifiersResponse>;
async listDominantLanguageDetectionJobs(params?: ListDominantLanguageDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListDominantLanguageDetectionJobsResponse>;
async listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResponse>;
async listEntitiesDetectionJobs(params?: ListEntitiesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListEntitiesDetectionJobsResponse>;
async listEntityRecognizers(params?: ListEntityRecognizersRequest, opts?: client.RequestOptions): Promise<ListEntityRecognizersResponse>;
async listEventsDetectionJobs(params?: ListEventsDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListEventsDetectionJobsResponse>;
async listKeyPhrasesDetectionJobs(params?: ListKeyPhrasesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListKeyPhrasesDetectionJobsResponse>;
async listPiiEntitiesDetectionJobs(params?: ListPiiEntitiesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListPiiEntitiesDetectionJobsResponse>;
async listSentimentDetectionJobs(params?: ListSentimentDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListSentimentDetectionJobsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listTopicsDetectionJobs(params?: ListTopicsDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListTopicsDetectionJobsResponse>;
async startDocumentClassificationJob(params: StartDocumentClassificationJobRequest, opts?: client.RequestOptions): Promise<StartDocumentClassificationJobResponse>;
async startDominantLanguageDetectionJob(params: StartDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<StartDominantLanguageDetectionJobResponse>;
async startEntitiesDetectionJob(params: StartEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartEntitiesDetectionJobResponse>;
async startEventsDetectionJob(params: StartEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<StartEventsDetectionJobResponse>;
async startKeyPhrasesDetectionJob(params: StartKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartKeyPhrasesDetectionJobResponse>;
async startPiiEntitiesDetectionJob(params: StartPiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartPiiEntitiesDetectionJobResponse>;
async startSentimentDetectionJob(params: StartSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<StartSentimentDetectionJobResponse>;
async startTopicsDetectionJob(params: StartTopicsDetectionJobRequest, opts?: client.RequestOptions): Promise<StartTopicsDetectionJobResponse>;
async stopDominantLanguageDetectionJob(params: StopDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<StopDominantLanguageDetectionJobResponse>;
async stopEntitiesDetectionJob(params: StopEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopEntitiesDetectionJobResponse>;
async stopEventsDetectionJob(params: StopEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<StopEventsDetectionJobResponse>;
async stopKeyPhrasesDetectionJob(params: StopKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopKeyPhrasesDetectionJobResponse>;
async stopPiiEntitiesDetectionJob(params: StopPiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopPiiEntitiesDetectionJobResponse>;
async stopSentimentDetectionJob(params: StopSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<StopSentimentDetectionJobResponse>;
async stopTrainingDocumentClassifier(params: StopTrainingDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>;
async stopTrainingEntityRecognizer(params: StopTrainingEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>;
§Constructors
§
new Comprehend(apiFactory: client.ApiFactory)
[src]§Methods
§
batchDetectDominantLanguage(params: BatchDetectDominantLanguageRequest, opts?: client.RequestOptions): Promise<BatchDetectDominantLanguageResponse>
[src]§
batchDetectEntities(params: BatchDetectEntitiesRequest, opts?: client.RequestOptions): Promise<BatchDetectEntitiesResponse>
[src]§
batchDetectKeyPhrases(params: BatchDetectKeyPhrasesRequest, opts?: client.RequestOptions): Promise<BatchDetectKeyPhrasesResponse>
[src]§
batchDetectSentiment(params: BatchDetectSentimentRequest, opts?: client.RequestOptions): Promise<BatchDetectSentimentResponse>
[src]§
batchDetectSyntax(params: BatchDetectSyntaxRequest, opts?: client.RequestOptions): Promise<BatchDetectSyntaxResponse>
[src]§
classifyDocument(params: ClassifyDocumentRequest, opts?: client.RequestOptions): Promise<ClassifyDocumentResponse>
[src]§
containsPiiEntities(params: ContainsPiiEntitiesRequest, opts?: client.RequestOptions): Promise<ContainsPiiEntitiesResponse>
[src]§
createDocumentClassifier(params: CreateDocumentClassifierRequest, opts?: client.RequestOptions): Promise<CreateDocumentClassifierResponse>
[src]§
createEndpoint(params: CreateEndpointRequest, opts?: client.RequestOptions): Promise<CreateEndpointResponse>
[src]§
createEntityRecognizer(params: CreateEntityRecognizerRequest, opts?: client.RequestOptions): Promise<CreateEntityRecognizerResponse>
[src]§
deleteDocumentClassifier(params: DeleteDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]§
deleteEntityRecognizer(params: DeleteEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>
[src]§
describeDocumentClassificationJob(params: DescribeDocumentClassificationJobRequest, opts?: client.RequestOptions): Promise<DescribeDocumentClassificationJobResponse>
[src]§
describeDocumentClassifier(params: DescribeDocumentClassifierRequest, opts?: client.RequestOptions): Promise<DescribeDocumentClassifierResponse>
[src]§
describeDominantLanguageDetectionJob(params: DescribeDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeDominantLanguageDetectionJobResponse>
[src]§
describeEndpoint(params: DescribeEndpointRequest, opts?: client.RequestOptions): Promise<DescribeEndpointResponse>
[src]§
describeEntitiesDetectionJob(params: DescribeEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeEntitiesDetectionJobResponse>
[src]§
describeEntityRecognizer(params: DescribeEntityRecognizerRequest, opts?: client.RequestOptions): Promise<DescribeEntityRecognizerResponse>
[src]§
describeEventsDetectionJob(params: DescribeEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeEventsDetectionJobResponse>
[src]§
describeKeyPhrasesDetectionJob(params: DescribeKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeKeyPhrasesDetectionJobResponse>
[src]§
describePiiEntitiesDetectionJob(params: DescribePiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribePiiEntitiesDetectionJobResponse>
[src]§
describeSentimentDetectionJob(params: DescribeSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeSentimentDetectionJobResponse>
[src]§
describeTopicsDetectionJob(params: DescribeTopicsDetectionJobRequest, opts?: client.RequestOptions): Promise<DescribeTopicsDetectionJobResponse>
[src]§
detectDominantLanguage(params: DetectDominantLanguageRequest, opts?: client.RequestOptions): Promise<DetectDominantLanguageResponse>
[src]§
detectEntities(params: DetectEntitiesRequest, opts?: client.RequestOptions): Promise<DetectEntitiesResponse>
[src]§
detectKeyPhrases(params: DetectKeyPhrasesRequest, opts?: client.RequestOptions): Promise<DetectKeyPhrasesResponse>
[src]§
detectPiiEntities(params: DetectPiiEntitiesRequest, opts?: client.RequestOptions): Promise<DetectPiiEntitiesResponse>
[src]§
detectSentiment(params: DetectSentimentRequest, opts?: client.RequestOptions): Promise<DetectSentimentResponse>
[src]§
detectSyntax(params: DetectSyntaxRequest, opts?: client.RequestOptions): Promise<DetectSyntaxResponse>
[src]§
listDocumentClassificationJobs(params?: ListDocumentClassificationJobsRequest, opts?: client.RequestOptions): Promise<ListDocumentClassificationJobsResponse>
[src]§
listDocumentClassifiers(params?: ListDocumentClassifiersRequest, opts?: client.RequestOptions): Promise<ListDocumentClassifiersResponse>
[src]§
listDominantLanguageDetectionJobs(params?: ListDominantLanguageDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListDominantLanguageDetectionJobsResponse>
[src]§
listEndpoints(params?: ListEndpointsRequest, opts?: client.RequestOptions): Promise<ListEndpointsResponse>
[src]§
listEntitiesDetectionJobs(params?: ListEntitiesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListEntitiesDetectionJobsResponse>
[src]§
listEntityRecognizers(params?: ListEntityRecognizersRequest, opts?: client.RequestOptions): Promise<ListEntityRecognizersResponse>
[src]§
listEventsDetectionJobs(params?: ListEventsDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListEventsDetectionJobsResponse>
[src]§
listKeyPhrasesDetectionJobs(params?: ListKeyPhrasesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListKeyPhrasesDetectionJobsResponse>
[src]§
listPiiEntitiesDetectionJobs(params?: ListPiiEntitiesDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListPiiEntitiesDetectionJobsResponse>
[src]§
listSentimentDetectionJobs(params?: ListSentimentDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListSentimentDetectionJobsResponse>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]§
listTopicsDetectionJobs(params?: ListTopicsDetectionJobsRequest, opts?: client.RequestOptions): Promise<ListTopicsDetectionJobsResponse>
[src]§
startDocumentClassificationJob(params: StartDocumentClassificationJobRequest, opts?: client.RequestOptions): Promise<StartDocumentClassificationJobResponse>
[src]§
startDominantLanguageDetectionJob(params: StartDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<StartDominantLanguageDetectionJobResponse>
[src]§
startEntitiesDetectionJob(params: StartEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartEntitiesDetectionJobResponse>
[src]§
startEventsDetectionJob(params: StartEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<StartEventsDetectionJobResponse>
[src]§
startKeyPhrasesDetectionJob(params: StartKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartKeyPhrasesDetectionJobResponse>
[src]§
startPiiEntitiesDetectionJob(params: StartPiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StartPiiEntitiesDetectionJobResponse>
[src]§
startSentimentDetectionJob(params: StartSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<StartSentimentDetectionJobResponse>
[src]§
startTopicsDetectionJob(params: StartTopicsDetectionJobRequest, opts?: client.RequestOptions): Promise<StartTopicsDetectionJobResponse>
[src]§
stopDominantLanguageDetectionJob(params: StopDominantLanguageDetectionJobRequest, opts?: client.RequestOptions): Promise<StopDominantLanguageDetectionJobResponse>
[src]§
stopEntitiesDetectionJob(params: StopEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopEntitiesDetectionJobResponse>
[src]§
stopEventsDetectionJob(params: StopEventsDetectionJobRequest, opts?: client.RequestOptions): Promise<StopEventsDetectionJobResponse>
[src]§
stopKeyPhrasesDetectionJob(params: StopKeyPhrasesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopKeyPhrasesDetectionJobResponse>
[src]§
stopPiiEntitiesDetectionJob(params: StopPiiEntitiesDetectionJobRequest, opts?: client.RequestOptions): Promise<StopPiiEntitiesDetectionJobResponse>
[src]§
stopSentimentDetectionJob(params: StopSentimentDetectionJobRequest, opts?: client.RequestOptions): Promise<StopSentimentDetectionJobResponse>
[src]§
stopTrainingDocumentClassifier(params: StopTrainingDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]§
stopTrainingEntityRecognizer(params: StopTrainingEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>
[src]§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]