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

UpdateMedicalVocabularyResponse

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

§Properties

§
LanguageCode?: LanguageCode | null
[src]

The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.

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

The date and time that the vocabulary was updated.

§
VocabularyName?: string | null
[src]

The name of the updated vocabulary.

§
VocabularyState?: VocabularyState | null
[src]

The processing state of the update to the vocabulary. When the VocabularyState field is READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.