amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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 #

Read EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Show EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

NFData EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Eq EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

Hashable EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

type Rep EngineTranscribeMedicalSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.EngineTranscribeMedicalSettings

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:contentIdentificationType:EngineTranscribeMedicalSettings', engineTranscribeMedicalSettings_contentIdentificationType - Set this field to PHI to identify personal health information in the transcription output.

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

$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_contentIdentificationType :: Lens' EngineTranscribeMedicalSettings (Maybe TranscribeMedicalContentIdentificationType) Source #

Set this field to PHI to identify personal health information in the transcription output.

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.

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

The name of the vocabulary passed to Amazon Transcribe Medical.