Uses of Class
software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesResponse
-
Packages that use ListMedicalVocabulariesResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics.software.amazon.awssdk.services.transcribe.paginators -
-
Uses of ListMedicalVocabulariesResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return ListMedicalVocabulariesResponse Modifier and Type Method Description default ListMedicalVocabulariesResponseTranscribeClient. listMedicalVocabularies(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria.default ListMedicalVocabulariesResponseTranscribeClient. listMedicalVocabularies(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type ListMedicalVocabulariesResponse Modifier and Type Method Description default CompletableFuture<ListMedicalVocabulariesResponse>TranscribeAsyncClient. listMedicalVocabularies(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria.default CompletableFuture<ListMedicalVocabulariesResponse>TranscribeAsyncClient. listMedicalVocabularies(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria. -
Uses of ListMedicalVocabulariesResponse in software.amazon.awssdk.services.transcribe.paginators
Methods in software.amazon.awssdk.services.transcribe.paginators that return types with arguments of type ListMedicalVocabulariesResponse Modifier and Type Method Description Iterator<ListMedicalVocabulariesResponse>ListMedicalVocabulariesIterable. iterator()Method parameters in software.amazon.awssdk.services.transcribe.paginators with type arguments of type ListMedicalVocabulariesResponse Modifier and Type Method Description voidListMedicalVocabulariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMedicalVocabulariesResponse> subscriber)
-