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

CreateVocabularyResponse

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

§Properties

§
FailureReason?: string | null
[src]

If the VocabularyState field is FAILED, this field contains information about why the job failed.

§
LanguageCode?: LanguageCode | null
[src]

The language code of the vocabulary entries.

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

The date and time that the vocabulary was created.

§
VocabularyName?: string | null
[src]

The name of the vocabulary.

§
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.