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

EngineTranscribeMedicalSettings

import type { EngineTranscribeMedicalSettings } from "https://aws-api.deno.dev/v0.3/services/chimesdkmeetings.ts?docs=full";

Settings specific to the Amazon Transcribe Medical engine.

interface EngineTranscribeMedicalSettings {
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | null;
Region?: TranscribeMedicalRegion | null;
VocabularyName?: string | null;
}

§Properties

§
ContentIdentificationType?: TranscribeMedicalContentIdentificationType | null
[src]

Set this field to PHI to identify personal health information in the transcription output.

§

The language code specified for the Amazon Transcribe Medical engine.

§

The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.

§

The specialty specified for the Amazon Transcribe Medical engine.

§

The type of transcription.

§
VocabularyName?: string | null
[src]

The name of the vocabulary passed to Amazon Transcribe Medical.