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.3/services/transcribeservice.ts?docs=full";
interface UpdateMedicalVocabularyRequest {
LanguageCode: LanguageCode;
VocabularyFileUri?: string | null;
VocabularyName: string;
}

§Properties

§
LanguageCode: LanguageCode
[src]

The language code of the language used for the entries in the updated vocabulary. U.S. English (en-US) is the only valid language code in Amazon Transcribe Medical.

§
VocabularyFileUri?: string | null
[src]

The location in Amazon S3 of the text file that contains your custom vocabulary. The URI must be in the same Amazon Web Services Region as the resource that you are calling. The following is the format for a URI:

https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>

For example:

https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt

For more information about Amazon S3 object names, see Object Keys in the Amazon S3 Developer Guide.

For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.

§
VocabularyName: string
[src]

The name of the vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the same name as a vocabulary you've already made, you get a ConflictException error.