Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EngineTranscribeSettings = EngineTranscribeSettings' {}
- newEngineTranscribeSettings :: TranscribeLanguageCode -> EngineTranscribeSettings
- engineTranscribeSettings_vocabularyName :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_vocabularyFilterName :: Lens' EngineTranscribeSettings (Maybe Text)
- engineTranscribeSettings_vocabularyFilterMethod :: Lens' EngineTranscribeSettings (Maybe TranscribeVocabularyFilterMethod)
- engineTranscribeSettings_region :: Lens' EngineTranscribeSettings (Maybe TranscribeRegion)
- engineTranscribeSettings_languageCode :: Lens' EngineTranscribeSettings TranscribeLanguageCode
Documentation
data EngineTranscribeSettings Source #
Settings specific to the Amazon Transcribe engine.
See: newEngineTranscribeSettings
smart constructor.
EngineTranscribeSettings' | |
|
Instances
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_vocabularyFilterMethod :: Lens' EngineTranscribeSettings (Maybe TranscribeVocabularyFilterMethod) Source #
The filtering method 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.