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

TerminologyProperties

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

The properties of the custom terminology.

interface TerminologyProperties {
Arn?: string | null;
CreatedAt?: Date | number | null;
Description?: string | null;
Directionality?: Directionality | null;
EncryptionKey?: EncryptionKey | null;
Format?: TerminologyDataFormat | null;
LastUpdatedAt?: Date | number | null;
Message?: string | null;
Name?: string | null;
SizeBytes?: number | null;
SkippedTermCount?: number | null;
SourceLanguageCode?: string | null;
TargetLanguageCodes?: string[] | null;
TermCount?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the custom terminology.

§
CreatedAt?: Date | number | null
[src]

The time at which the custom terminology was created, based on the timestamp.

§
Description?: string | null
[src]

The description of the custom terminology properties.

§
Directionality?: Directionality | null
[src]

The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).

UNI: The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.

MULTI: Any language in the terminology resource can be the source language.

§
EncryptionKey?: EncryptionKey | null
[src]

The encryption key for the custom terminology.

§

The format of the custom terminology input file.

§
LastUpdatedAt?: Date | number | null
[src]

The time at which the custom terminology was last update, based on the timestamp.

§
Message?: string | null
[src]

Additional information from Amazon Translate about the terminology resource.

§
Name?: string | null
[src]

The name of the custom terminology.

§
SizeBytes?: number | null
[src]

The size of the file used when importing a custom terminology.

§
SkippedTermCount?: number | null
[src]

The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.

§
SourceLanguageCode?: string | null
[src]

The language code for the source text of the translation request for which the custom terminology is being used.

§
TargetLanguageCodes?: string[] | null
[src]

The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.

§
TermCount?: number | null
[src]

The number of terms included in the custom terminology.