| 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 CompletableFuture<ListVocabulariesResponse> |
TranscribeAsyncClient.listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default ListVocabulariesResponse |
TranscribeClient.listVocabularies(ListVocabulariesRequest listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default ListVocabulariesPublisher |
TranscribeAsyncClient.listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
default ListVocabulariesIterable |
TranscribeClient.listVocabulariesPaginator(ListVocabulariesRequest listVocabulariesRequest)
Provides a list of custom vocabularies that match the specified criteria.
|
| Constructor and Description |
|---|
ListVocabulariesIterable(TranscribeClient client,
ListVocabulariesRequest firstRequest) |
ListVocabulariesPublisher(TranscribeAsyncClient client,
ListVocabulariesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListVocabulariesRequestMarshaller.marshall(ListVocabulariesRequest listVocabulariesRequest) |
Copyright © 2023. All rights reserved.