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

UpdateMedicalVocabularyRequest

import type { UpdateMedicalVocabularyRequest } from "https://aws-api.deno.dev/v0.4/services/transcribeservice.ts?docs=full";
interface UpdateMedicalVocabularyRequest {
LanguageCode: LanguageCode;
VocabularyFileUri: string;
VocabularyName: string;
}

§Properties

§
LanguageCode: LanguageCode
[src]

The language code that represents the language of the entries in the custom vocabulary you want to update. US English (en-US) is the only language supported with Amazon Transcribe Medical.

§
VocabularyFileUri: string
[src]

The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.

Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt

§
VocabularyName: string
[src]

The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.