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