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

CreateMedicalVocabularyResponse

import type { CreateMedicalVocabularyResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface CreateMedicalVocabularyResponse {
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 for the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.

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

The date and time that you created the vocabulary.

§
VocabularyName?: string | null
[src]

The name of the vocabulary. The name must be unique within an Amazon Web Services account and is case sensitive.

§
VocabularyState?: VocabularyState | null
[src]

The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.