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

UpdateVocabularyResponse

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

§
VocabularyName?: string | null
[src]

The name of the vocabulary that was updated.

§
VocabularyState?: VocabularyState | null
[src]

The processing state of the vocabulary. When the VocabularyState field contains READY the vocabulary is ready to be used in a StartTranscriptionJob request.