Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.TranscribeVocabularyFilterMethod
-
Packages that use TranscribeVocabularyFilterMethod Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of TranscribeVocabularyFilterMethod in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return TranscribeVocabularyFilterMethod Modifier and Type Method Description static TranscribeVocabularyFilterMethodTranscribeVocabularyFilterMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TranscribeVocabularyFilterMethodTranscribeVocabularyFilterMethod. 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.TranscribeVocabularyFilterMethodEngineTranscribeSettings. vocabularyFilterMethod()Specify how you want your vocabulary filter applied to your transcript.Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type TranscribeVocabularyFilterMethod Modifier and Type Method Description static Set<TranscribeVocabularyFilterMethod>TranscribeVocabularyFilterMethod. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type TranscribeVocabularyFilterMethod Modifier and Type Method Description EngineTranscribeSettings.BuilderEngineTranscribeSettings.Builder. vocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)Specify how you want your vocabulary filter applied to your transcript.
-