class Aws::Chime::Types::TranscriptionConfiguration

The configuration for the current transcription operation. Must contain `EngineTranscribeSettings` or `EngineTranscribeMedicalSettings`.

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

data as a hash:

    {
      engine_transcribe_settings: {
        language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
        vocabulary_filter_method: "remove", # accepts remove, mask, tag
        vocabulary_filter_name: "String",
        vocabulary_name: "String",
        region: "us-east-2", # accepts us-east-2, us-east-1, us-west-2, ap-northeast-2, ap-southeast-2, ap-northeast-1, ca-central-1, eu-central-1, eu-west-1, eu-west-2, sa-east-1, auto
      },
      engine_transcribe_medical_settings: {
        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] engine_transcribe_settings

The transcription configuration settings passed to Amazon
Transcribe.
@return [Types::EngineTranscribeSettings]

@!attribute [rw] engine_transcribe_medical_settings

The transcription configuration settings passed to Amazon
Transcribe.
@return [Types::EngineTranscribeMedicalSettings]

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

Constants

SENSITIVE