amazonka-chime-sdk-meetings-2.0: Amazon Chime SDK Meetings 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.ChimeSdkMeetings.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
ToJSON EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Generic EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Associated Types

type Rep EngineTranscribeSettings :: Type -> Type #

Read EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Show EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

NFData EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Eq EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

Hashable EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings Source # 
Instance details

Defined in Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings

type Rep EngineTranscribeSettings = D1 ('MetaData "EngineTranscribeSettings" "Amazonka.ChimeSdkMeetings.Types.EngineTranscribeSettings" "amazonka-chime-sdk-meetings-2.0-BH1YehHiRGe8LBGen60xi" 'False) (C1 ('MetaCons "EngineTranscribeSettings'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "contentIdentificationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeContentIdentificationType)) :*: (S1 ('MetaSel ('Just "contentRedactionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeContentRedactionType)) :*: S1 ('MetaSel ('Just "enablePartialResultsStabilization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "identifyLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "languageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeLanguageCode))) :*: (S1 ('MetaSel ('Just "languageModelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "languageOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "partialResultsStability") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribePartialResultsStability)) :*: (S1 ('MetaSel ('Just "piiEntityTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "preferredLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeLanguageCode)))) :*: ((S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeRegion)) :*: S1 ('MetaSel ('Just "vocabularyFilterMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TranscribeVocabularyFilterMethod))) :*: (S1 ('MetaSel ('Just "vocabularyFilterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEngineTranscribeSettings :: EngineTranscribeSettings 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:contentIdentificationType:EngineTranscribeSettings', engineTranscribeSettings_contentIdentificationType - Set this field to PII to identify personally identifiable information in the transcription output.

$sel:contentRedactionType:EngineTranscribeSettings', engineTranscribeSettings_contentRedactionType - Set this field to PII to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException.

$sel:enablePartialResultsStabilization:EngineTranscribeSettings', engineTranscribeSettings_enablePartialResultsStabilization - Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.

$sel:identifyLanguage:EngineTranscribeSettings', engineTranscribeSettings_identifyLanguage - Automatically identifies the language spoken in media files.

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

$sel:languageModelName:EngineTranscribeSettings', engineTranscribeSettings_languageModelName - The name of the language model used during transcription.

$sel:languageOptions:EngineTranscribeSettings', engineTranscribeSettings_languageOptions - Language codes for the languages that you want to identify. You must provide at least 2 codes.

$sel:partialResultsStability:EngineTranscribeSettings', engineTranscribeSettings_partialResultsStability - The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.

$sel:piiEntityTypes:EngineTranscribeSettings', engineTranscribeSettings_piiEntityTypes - Lists the PII entity types you want to identify or redact. To specify entity types, you must enable ContentIdentificationType or ContentRedactionType.

PIIEntityTypes must be comma-separated. The available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

$sel:preferredLanguage:EngineTranscribeSettings', engineTranscribeSettings_preferredLanguage - Language code for the preferred language.

$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:vocabularyFilterMethod:EngineTranscribeSettings', engineTranscribeSettings_vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.

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

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

engineTranscribeSettings_contentIdentificationType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentIdentificationType) Source #

Set this field to PII to identify personally identifiable information in the transcription output.

engineTranscribeSettings_contentRedactionType :: Lens' EngineTranscribeSettings (Maybe TranscribeContentRedactionType) Source #

Set this field to PII to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

You can’t set ContentRedactionType and ContentIdentificationType in the same request. If you set both, your request returns a BadRequestException.

engineTranscribeSettings_enablePartialResultsStabilization :: Lens' EngineTranscribeSettings (Maybe Bool) Source #

Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.

engineTranscribeSettings_identifyLanguage :: Lens' EngineTranscribeSettings (Maybe Bool) Source #

Automatically identifies the language spoken in media files.

engineTranscribeSettings_languageCode :: Lens' EngineTranscribeSettings (Maybe TranscribeLanguageCode) Source #

The language code specified for the Amazon Transcribe engine.

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

The name of the language model used during transcription.

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

Language codes for the languages that you want to identify. You must provide at least 2 codes.

engineTranscribeSettings_partialResultsStability :: Lens' EngineTranscribeSettings (Maybe TranscribePartialResultsStability) Source #

The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.

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

Lists the PII entity types you want to identify or redact. To specify entity types, you must enable ContentIdentificationType or ContentRedactionType.

PIIEntityTypes must be comma-separated. The available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

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_vocabularyFilterName :: Lens' EngineTranscribeSettings (Maybe Text) Source #

The name of the vocabulary filter passed to Amazon Transcribe.

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

The name of the vocabulary passed to Amazon Transcribe.