class Aws::Chime::Types::EngineTranscribeMedicalSettings

Settings specific to the Amazon Transcribe Medical engine.

@note When making an API call, you may pass EngineTranscribeMedicalSettings

data as a hash:

    {
      language_code: "en-US", # required, accepts en-US
      specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE, CARDIOLOGY, NEUROLOGY, ONCOLOGY, RADIOLOGY, UROLOGY
      type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
      vocabulary_name: "String",
      region: "us-east-1", # accepts us-east-1, us-east-2, us-west-2, ap-southeast-2, ca-central-1, eu-west-1, auto
    }

@!attribute [rw] language_code

The language code specified for the Amazon Transcribe Medical
engine.
@return [String]

@!attribute [rw] specialty

The specialty specified for the Amazon Transcribe Medical engine.
@return [String]

@!attribute [rw] type

The type of transcription.
@return [String]

@!attribute [rw] vocabulary_name

The name of the vocabulary passed to Amazon Transcribe Medical.
@return [String]

@!attribute [rw] region

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

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/EngineTranscribeMedicalSettings AWS API Documentation

Constants

SENSITIVE