class Aws::Chime::Types::StartMeetingTranscriptionRequest

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

data as a hash:

    {
      meeting_id: "GuidString", # required
      transcription_configuration: { # required
        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] meeting_id

The unique ID of the meeting being transcribed.
@return [String]

@!attribute [rw] transcription_configuration

The configuration for the current transcription operation. Must
contain `EngineTranscribeSettings` or
`EngineTranscribeMedicalSettings`.
@return [Types::TranscriptionConfiguration]

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

Constants

SENSITIVE