class Aws::Chime::Types::EngineTranscribeSettings

Settings specific to the Amazon Transcribe engine.

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

data as a hash:

    {
      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
    }

@!attribute [rw] language_code

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

@!attribute [rw] vocabulary_filter_method

The filtering method passed to Amazon Transcribe.
@return [String]

@!attribute [rw] vocabulary_filter_name

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

@!attribute [rw] vocabulary_name

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

@!attribute [rw] region

The AWS Region passed to Amazon Transcribe. 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/EngineTranscribeSettings AWS API Documentation

Constants

SENSITIVE