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

UpdateVocabularyFilterResponse

import type { UpdateVocabularyFilterResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface UpdateVocabularyFilterResponse {
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 filter was updated.

§
VocabularyFilterName?: string | null
[src]

The name of the updated vocabulary filter.