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

Term

import type { Term } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";

The term being translated by the custom terminology.

interface Term {
SourceText?: string | null;
TargetText?: string | null;
}

§Properties

§
SourceText?: string | null
[src]

The source text of the term being translated by the custom terminology.

§
TargetText?: string | null
[src]

The target text of the term being translated by the custom terminology.