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

GetMedicalVocabularyResponse

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

§Properties

§
DownloadUri?: string | null
[src]

The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.

§
FailureReason?: string | null
[src]

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

§
LanguageCode?: LanguageCode | null
[src]

The valid language code for your vocabulary entries.

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

The date and time that the vocabulary was last modified with a text file different from the one that was previously used.

§
VocabularyName?: string | null
[src]

The name of the vocabulary returned by Amazon Transcribe Medical.

§
VocabularyState?: VocabularyState | null
[src]

The processing state of the vocabulary. If the VocabularyState is READY then you can use it in the StartMedicalTranscriptionJob operation.