| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static TranscribeVocabularyFilterMethod |
TranscribeVocabularyFilterMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TranscribeVocabularyFilterMethod |
TranscribeVocabularyFilterMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranscribeVocabularyFilterMethod[] |
TranscribeVocabularyFilterMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
TranscribeVocabularyFilterMethod |
EngineTranscribeSettings.vocabularyFilterMethod()
Specify how you want your vocabulary filter applied to your transcript.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TranscribeVocabularyFilterMethod> |
TranscribeVocabularyFilterMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeSettings.Builder |
EngineTranscribeSettings.Builder.vocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
Specify how you want your vocabulary filter applied to your transcript.
|
Copyright © 2023. All rights reserved.