| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListMedicalVocabulariesResponse |
TranscribeClient.listMedicalVocabularies(ListMedicalVocabulariesRequest 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.
|
default ListMedicalVocabulariesIterable |
TranscribeClient.listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Provides a list of custom medical vocabularies that match the specified criteria.
|
default ListMedicalVocabulariesPublisher |
TranscribeAsyncClient.listMedicalVocabulariesPaginator(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest)
Provides a list of custom medical vocabularies that match the specified criteria.
|
| Constructor and Description |
|---|
ListMedicalVocabulariesIterable(TranscribeClient client,
ListMedicalVocabulariesRequest firstRequest) |
ListMedicalVocabulariesPublisher(TranscribeAsyncClient client,
ListMedicalVocabulariesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMedicalVocabulariesRequestMarshaller.marshall(ListMedicalVocabulariesRequest listMedicalVocabulariesRequest) |
Copyright © 2022. All rights reserved.