| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeSettings |
EngineTranscribeSettings.clone() |
EngineTranscribeSettings |
TranscriptionConfiguration.getEngineTranscribeSettings()
The transcription configuration settings passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withContentIdentificationType(String contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription output. |
EngineTranscribeSettings |
EngineTranscribeSettings.withContentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription output. |
EngineTranscribeSettings |
EngineTranscribeSettings.withContentRedactionType(String contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings |
EngineTranscribeSettings.withContentRedactionType(TranscribeContentRedactionType contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings |
EngineTranscribeSettings.withEnablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageModelName(String languageModelName)
The name of the language model used during transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withPartialResultsStability(String partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withPartialResultsStability(TranscribePartialResultsStability partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withPiiEntityTypes(String piiEntityTypes)
Lists the PII entity types you want to identify or redact.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withRegion(String region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withRegion(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptionConfiguration.setEngineTranscribeSettings(EngineTranscribeSettings engineTranscribeSettings)
The transcription configuration settings passed to Amazon Transcribe.
|
TranscriptionConfiguration |
TranscriptionConfiguration.withEngineTranscribeSettings(EngineTranscribeSettings engineTranscribeSettings)
The transcription configuration settings passed to Amazon Transcribe.
|
Copyright © 2022. All rights reserved.