Uses of Class
software.amazon.awssdk.services.transcribe.paginators.ListVocabularyFiltersPublisher
-
Packages that use ListVocabularyFiltersPublisher Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of ListVocabularyFiltersPublisher in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListVocabularyFiltersPublisher Modifier and Type Method Description default ListVocabularyFiltersPublisherTranscribeAsyncClient. listVocabularyFiltersPaginator(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria.default ListVocabularyFiltersPublisherTranscribeAsyncClient. listVocabularyFiltersPaginator(ListVocabularyFiltersRequest listVocabularyFiltersRequest)Provides a list of custom vocabulary filters that match the specified criteria.
-