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

GetVocabularyFilterResponse

import type { GetVocabularyFilterResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface GetVocabularyFilterResponse {
DownloadUri?: string | null;
LanguageCode?: LanguageCode | null;
LastModifiedTime?: Date | number | null;
VocabularyFilterName?: string | null;
}

§Properties

§
DownloadUri?: string | null
[src]

The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.

§
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 contents of the vocabulary filter were updated.

§
VocabularyFilterName?: string | null
[src]

The name of the vocabulary filter.