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