Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 deleteEndpoint(params: DeleteEndpointRequest, 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>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateEndpoint(params: UpdateEndpointRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Comprehend(apiFactory: client.ApiFactory)
[src]

§Methods

§
deleteDocumentClassifier(params: DeleteDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteEndpoint(params: DeleteEndpointRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
deleteEntityRecognizer(params: DeleteEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
stopTrainingDocumentClassifier(params: StopTrainingDocumentClassifierRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
stopTrainingEntityRecognizer(params: StopTrainingEntityRecognizerRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]
§
updateEndpoint(params: UpdateEndpointRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties