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

VocabularyInfo

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

Provides information about a custom vocabulary.

interface VocabularyInfo {
LanguageCode?: LanguageCode | null;
LastModifiedTime?: Date | number | null;
VocabularyName?: string | null;
VocabularyState?: VocabularyState | null;
}

§Properties

§
LanguageCode?: LanguageCode | null
[src]

The language code of the vocabulary entries.

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

The date and time that the vocabulary was last modified.

§
VocabularyName?: string | null
[src]

The name of the vocabulary.

§
VocabularyState?: VocabularyState | null
[src]

The processing state of the vocabulary. If the state is READY you can use the vocabulary in a StartTranscriptionJob request.