| 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 ListVocabularyFiltersResponse |
TranscribeClient.listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Provides a list of custom vocabulary filters that match the specified criteria.
|
default ListVocabularyFiltersResponse |
TranscribeClient.listVocabularyFilters(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Provides a list of custom vocabulary filters that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVocabularyFiltersResponse> |
TranscribeAsyncClient.listVocabularyFilters(Consumer<ListVocabularyFiltersRequest.Builder> listVocabularyFiltersRequest)
Provides a list of custom vocabulary filters that match the specified criteria.
|
default CompletableFuture<ListVocabularyFiltersResponse> |
TranscribeAsyncClient.listVocabularyFilters(ListVocabularyFiltersRequest listVocabularyFiltersRequest)
Provides a list of custom vocabulary filters that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListVocabularyFiltersResponse> |
ListVocabularyFiltersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVocabularyFiltersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVocabularyFiltersResponse> subscriber) |
Copyright © 2022. All rights reserved.