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.EngineTranscribeMedicalSettings

Description

 
Synopsis

Documentation

data EngineTranscribeMedicalSettings Source #

Settings specific to the Amazon Transcribe Medical engine.

See: newEngineTranscribeMedicalSettings smart constructor.

Constructors

EngineTranscribeMedicalSettings' 

Fields

Instances

Instances details
Eq EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Read EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Show EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Generic EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Associated Types

type Rep EngineTranscribeMedicalSettings :: Type -> Type #

NFData EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Hashable EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

ToJSON EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings = D1 ('MetaData "EngineTranscribeMedicalSettings" "Amazonka.Chime.Types.EngineTranscribeMedicalSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "EngineTranscribeMedicalSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeMedicalRegion))) :*: (S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalLanguageCode) :*: (S1 ('MetaSel ('Just "specialty") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalSpecialty) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TranscribeMedicalType)))))

newEngineTranscribeMedicalSettings Source #

Create a value of EngineTranscribeMedicalSettings 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:EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_vocabularyName - The name of the vocabulary passed to Amazon Transcribe Medical.

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

$sel:languageCode:EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_languageCode - The language code specified for the Amazon Transcribe Medical engine.

$sel:specialty:EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_specialty - The specialty specified for the Amazon Transcribe Medical engine.

$sel:type':EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_type - The type of transcription.

engineTranscribeMedicalSettings_vocabularyName :: Lens' EngineTranscribeMedicalSettings (Maybe Text) Source #

The name of the vocabulary passed to Amazon Transcribe Medical.

engineTranscribeMedicalSettings_region :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalRegion) Source #

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