Uses of Class
software.amazon.awssdk.services.transcribe.model.VocabularyFilterInfo
-
Packages that use VocabularyFilterInfo Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of VocabularyFilterInfo in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type VocabularyFilterInfo Modifier and Type Method Description List<VocabularyFilterInfo>ListVocabularyFiltersResponse. vocabularyFilters()Provides information about the custom vocabulary filters that match the criteria specified in your request.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type VocabularyFilterInfo Modifier and Type Method Description ListVocabularyFiltersResponse.BuilderListVocabularyFiltersResponse.Builder. vocabularyFilters(VocabularyFilterInfo... vocabularyFilters)Provides information about the custom vocabulary filters that match the criteria specified in your request.Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type VocabularyFilterInfo Modifier and Type Method Description ListVocabularyFiltersResponse.BuilderListVocabularyFiltersResponse.Builder. vocabularyFilters(Collection<VocabularyFilterInfo> vocabularyFilters)Provides information about the custom vocabulary filters that match the criteria specified in your request.
-