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

GetTerminologyRequest

import type { GetTerminologyRequest } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface GetTerminologyRequest {
Name: string;
TerminologyDataFormat?: TerminologyDataFormat | null;
}

§Properties

§
Name: string
[src]

The name of the custom terminology being retrieved.

§
TerminologyDataFormat?: TerminologyDataFormat | null
[src]

The data format of the custom terminology being retrieved.

If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.