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

CreateVocabularyFilterResponse

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

§Properties

§
LanguageCode?: LanguageCode | null
[src]

The language code of the words in the collection.

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

The date and time that the vocabulary filter was modified.

§
VocabularyFilterName?: string | null
[src]

The name of the vocabulary filter.