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