libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.EngineTranscribeSettings

Description

 
Synopsis

Documentation

data EngineTranscribeSettings Source #

Settings specific to the Amazon Transcribe engine.

See: newEngineTranscribeSettings smart constructor.

Constructors

EngineTranscribeSettings' 

Fields

Instances

Instances details
Eq EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Read EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Show EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Generic EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Associated Types

type Rep EngineTranscribeSettings :: Type -> Type #

NFData EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

Hashable EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

ToJSON EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings = D1 ('MetaData "EngineTranscribeSettings" "Amazonka.Chime.Types.EngineTranscribeSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "EngineTranscribeSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeVocabularyFilterMethod)) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeRegion)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeLanguageCode)))))

newEngineTranscribeSettings Source #

Create a value of EngineTranscribeSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vocabularyName:EngineTranscribeSettings', engineTranscribeSettings_vocabularyName - The name of the vocabulary passed to Amazon Transcribe.

$sel:vocabularyFilterName:EngineTranscribeSettings', engineTranscribeSettings_vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.

$sel:vocabularyFilterMethod:EngineTranscribeSettings', engineTranscribeSettings_vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.

$sel:region:EngineTranscribeSettings', engineTranscribeSettings_region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.

$sel:languageCode:EngineTranscribeSettings', engineTranscribeSettings_languageCode - The language code specified for the Amazon Transcribe engine.

engineTranscribeSettings_vocabularyName :: Lens' EngineTranscribeSettings (Maybe Text) Source #

The name of the vocabulary passed to Amazon Transcribe.

engineTranscribeSettings_vocabularyFilterName :: Lens' EngineTranscribeSettings (Maybe Text) Source #

The name of the vocabulary filter passed to Amazon Transcribe.

engineTranscribeSettings_region :: Lens' EngineTranscribeSettings (Maybe TranscribeRegion) Source #

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

engineTranscribeSettings_languageCode :: Lens' EngineTranscribeSettings TranscribeLanguageCode Source #

The language code specified for the Amazon Transcribe engine.