| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.paginators | |
| software.amazon.awssdk.services.transcribe.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCallAnalyticsCategoriesResponse> |
TranscribeAsyncClient.listCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest 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.
|
default ListCallAnalyticsCategoriesPublisher |
TranscribeAsyncClient.listCallAnalyticsCategoriesPaginator(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
default ListCallAnalyticsCategoriesIterable |
TranscribeClient.listCallAnalyticsCategoriesPaginator(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
| Constructor and Description |
|---|
ListCallAnalyticsCategoriesIterable(TranscribeClient client,
ListCallAnalyticsCategoriesRequest firstRequest) |
ListCallAnalyticsCategoriesPublisher(TranscribeAsyncClient client,
ListCallAnalyticsCategoriesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListCallAnalyticsCategoriesRequestMarshaller.marshall(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest) |
Copyright © 2021. All rights reserved.