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

VocabularyFilterInfo

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

Provides information about a vocabulary filter.

interface VocabularyFilterInfo {
LanguageCode?: LanguageCode | null;
LastModifiedTime?: Date | number | null;
VocabularyFilterName?: string | null;
}

§Properties

§
LanguageCode?: LanguageCode | null
[src]

The language code of the words in the vocabulary filter.

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

The date and time that the vocabulary was last updated.

§
VocabularyFilterName?: string | null
[src]

The name of the vocabulary filter. The name must be unique in the account that holds the filter.