| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.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)
Labels all personally identifiable information (PII) identified in your transcript.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withContentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)
Labels all personally identifiable information (PII) identified in your transcript.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withContentRedactionType(String contentRedactionType)
Content redaction is performed at the segment level.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withContentRedactionType(TranscribeContentRedactionType contentRedactionType)
Content redaction is performed at the segment level.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withEnablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Enables partial result stabilization for your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withIdentifyLanguage(Boolean identifyLanguage)
Enables automatic language identification for your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageCode(String languageCode)
Specify the language code that represents the language spoken.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageCode(TranscribeLanguageCode languageCode)
Specify the language code that represents the language spoken.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageModelName(String languageModelName)
Specify the name of the custom language model that you want to use when processing your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withLanguageOptions(String languageOptions)
Specify two or more language codes that represent the languages you think may be present in your media; including
more than five is not recommended.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withPartialResultsStability(String partialResultsStability)
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
EngineTranscribeSettings |
EngineTranscribeSettings.withPartialResultsStability(TranscribePartialResultsStability partialResultsStability)
Specify the level of stability to use when you enable partial results stabilization (
EnablePartialResultsStabilization). |
EngineTranscribeSettings |
EngineTranscribeSettings.withPiiEntityTypes(String piiEntityTypes)
Specify which types of personally identifiable information (PII) you want to redact in your transcript.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withPreferredLanguage(String preferredLanguage)
Specify a preferred language from the subset of languages codes you specified in
LanguageOptions. |
EngineTranscribeSettings |
EngineTranscribeSettings.withPreferredLanguage(TranscribeLanguageCode preferredLanguage)
Specify a preferred language from the subset of languages codes you specified in
LanguageOptions. |
EngineTranscribeSettings |
EngineTranscribeSettings.withRegion(String region)
The Amazon Web Services Region in which to use Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withRegion(TranscribeRegion region)
The Amazon Web Services Region in which to use Amazon Transcribe.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterMethod(String vocabularyFilterMethod)
Specify how you want your vocabulary filter applied to your transcript.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
Specify how you want your vocabulary filter applied to your transcript.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterName(String vocabularyFilterName)
Specify the name of the custom vocabulary filter that you want to use when processing your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyFilterNames(String vocabularyFilterNames)
Specify the names of the custom vocabulary filters that you want to use when processing your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyName(String vocabularyName)
Specify the name of the custom vocabulary that you want to use when processing your transcription.
|
EngineTranscribeSettings |
EngineTranscribeSettings.withVocabularyNames(String vocabularyNames)
Specify the names of the custom vocabularies that you want to use when processing your transcription.
|
| 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 © 2024. All rights reserved.