Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.VocabularyFilterMethod
-
Packages that use VocabularyFilterMethod Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of VocabularyFilterMethod in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return VocabularyFilterMethod Modifier and Type Method Description static VocabularyFilterMethodVocabularyFilterMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VocabularyFilterMethodVocabularyFilterMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static VocabularyFilterMethod[]VocabularyFilterMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.VocabularyFilterMethodStartCallAnalyticsStreamTranscriptionRequest. vocabularyFilterMethod()Specify how you want your vocabulary filter applied to your transcript.VocabularyFilterMethodStartCallAnalyticsStreamTranscriptionResponse. vocabularyFilterMethod()Provides the vocabulary filtering method used in your Call Analytics transcription.VocabularyFilterMethodStartStreamTranscriptionRequest. vocabularyFilterMethod()Specify how you want your vocabulary filter applied to your transcript.VocabularyFilterMethodStartStreamTranscriptionResponse. vocabularyFilterMethod()Provides the vocabulary filtering method used in your transcription.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type VocabularyFilterMethod Modifier and Type Method Description static Set<VocabularyFilterMethod>VocabularyFilterMethod. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type VocabularyFilterMethod Modifier and Type Method Description StartCallAnalyticsStreamTranscriptionRequest.BuilderStartCallAnalyticsStreamTranscriptionRequest.Builder. vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)Specify how you want your vocabulary filter applied to your transcript.StartCallAnalyticsStreamTranscriptionResponse.BuilderStartCallAnalyticsStreamTranscriptionResponse.Builder. vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)Provides the vocabulary filtering method used in your Call Analytics transcription.StartStreamTranscriptionRequest.BuilderStartStreamTranscriptionRequest.Builder. vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)Specify how you want your vocabulary filter applied to your transcript.StartStreamTranscriptionResponse.BuilderStartStreamTranscriptionResponse.Builder. vocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)Provides the vocabulary filtering method used in your transcription.
-