Uses of Class
software.amazon.awssdk.services.transcribe.model.ListMedicalVocabulariesRequest
-
Packages that use ListMedicalVocabulariesRequest 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 software.amazon.awssdk.services.transcribe.transform -
-
Uses of ListMedicalVocabulariesRequest in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe with parameters of type ListMedicalVocabulariesRequest Modifier and Type Method Description default CompletableFuture<ListMedicalVocabulariesResponse>TranscribeAsyncClient. listMedicalVocabularies(ListMedicalVocabulariesRequest 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.default ListMedicalVocabulariesPublisherTranscribeAsyncClient. listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria.default ListMedicalVocabulariesIterableTranscribeClient. listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)Provides a list of custom medical vocabularies that match the specified criteria. -
Uses of ListMedicalVocabulariesRequest in software.amazon.awssdk.services.transcribe.paginators
Constructors in software.amazon.awssdk.services.transcribe.paginators with parameters of type ListMedicalVocabulariesRequest Constructor Description ListMedicalVocabulariesIterable(TranscribeClient client, ListMedicalVocabulariesRequest firstRequest)ListMedicalVocabulariesPublisher(TranscribeAsyncClient client, ListMedicalVocabulariesRequest firstRequest) -
Uses of ListMedicalVocabulariesRequest in software.amazon.awssdk.services.transcribe.transform
Methods in software.amazon.awssdk.services.transcribe.transform with parameters of type ListMedicalVocabulariesRequest Modifier and Type Method Description SdkHttpFullRequestListMedicalVocabulariesRequestMarshaller. marshall(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
-