| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListMedicalVocabulariesResponse |
TranscribeClient.listMedicalVocabularies(Consumer<ListMedicalVocabulariesRequest.Builder> listMedicalVocabulariesRequest)
Provides a list of custom medical vocabularies that match the specified criteria.
|
default ListMedicalVocabulariesResponse |
TranscribeClient.listMedicalVocabularies(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Provides a list of custom medical vocabularies that match the specified criteria.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMedicalVocabulariesResponse> |
ListMedicalVocabulariesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMedicalVocabulariesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMedicalVocabulariesResponse> subscriber) |
Copyright © 2022. All rights reserved.