| 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 ListLanguageModelsResponse |
TranscribeClient.listLanguageModels(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides a list of custom language models that match the specified criteria.
|
default ListLanguageModelsResponse |
TranscribeClient.listLanguageModels(ListLanguageModelsRequest listLanguageModelsRequest)
Provides a list of custom language models that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLanguageModelsResponse> |
TranscribeAsyncClient.listLanguageModels(Consumer<ListLanguageModelsRequest.Builder> listLanguageModelsRequest)
Provides a list of custom language models that match the specified criteria.
|
default CompletableFuture<ListLanguageModelsResponse> |
TranscribeAsyncClient.listLanguageModels(ListLanguageModelsRequest listLanguageModelsRequest)
Provides a list of custom language models that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLanguageModelsResponse> |
ListLanguageModelsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLanguageModelsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLanguageModelsResponse> subscriber) |
Copyright © 2023. All rights reserved.