| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCallAnalyticsCategoriesResponse |
TranscribeClient.listCallAnalyticsCategories(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
default ListCallAnalyticsCategoriesResponse |
TranscribeClient.listCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCallAnalyticsCategoriesResponse> |
TranscribeAsyncClient.listCallAnalyticsCategories(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
default CompletableFuture<ListCallAnalyticsCategoriesResponse> |
TranscribeAsyncClient.listCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCallAnalyticsCategoriesResponse> |
ListCallAnalyticsCategoriesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCallAnalyticsCategoriesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCallAnalyticsCategoriesResponse> subscriber) |
Copyright © 2021. All rights reserved.