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

Translate

import { Translate } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/translate.ts";
class Translate {
constructor(apiFactory: client.ApiFactory);
async createParallelData(params: CreateParallelDataRequest, opts?: client.RequestOptions): Promise<CreateParallelDataResponse>;
async deleteParallelData(params: DeleteParallelDataRequest, opts?: client.RequestOptions): Promise<DeleteParallelDataResponse>;
async deleteTerminology(params: DeleteTerminologyRequest, opts?: client.RequestOptions): Promise<void>;
async describeTextTranslationJob(params: DescribeTextTranslationJobRequest, opts?: client.RequestOptions): Promise<DescribeTextTranslationJobResponse>;
async getParallelData(params: GetParallelDataRequest, opts?: client.RequestOptions): Promise<GetParallelDataResponse>;
async getTerminology(params: GetTerminologyRequest, opts?: client.RequestOptions): Promise<GetTerminologyResponse>;
async importTerminology(params: ImportTerminologyRequest, opts?: client.RequestOptions): Promise<ImportTerminologyResponse>;
async listParallelData(params?: ListParallelDataRequest, opts?: client.RequestOptions): Promise<ListParallelDataResponse>;
async listTerminologies(params?: ListTerminologiesRequest, opts?: client.RequestOptions): Promise<ListTerminologiesResponse>;
async listTextTranslationJobs(params?: ListTextTranslationJobsRequest, opts?: client.RequestOptions): Promise<ListTextTranslationJobsResponse>;
async startTextTranslationJob(params: StartTextTranslationJobRequest, opts?: client.RequestOptions): Promise<StartTextTranslationJobResponse>;
async stopTextTranslationJob(params: StopTextTranslationJobRequest, opts?: client.RequestOptions): Promise<StopTextTranslationJobResponse>;
async translateText(params: TranslateTextRequest, opts?: client.RequestOptions): Promise<TranslateTextResponse>;
async updateParallelData(params: UpdateParallelDataRequest, opts?: client.RequestOptions): Promise<UpdateParallelDataResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

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

§Methods

§
deleteTerminology(params: DeleteTerminologyRequest, opts?: client.RequestOptions): Promise<void>
[src]

§Static Properties