| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| software.amazon.awssdk.services.transcribe.model |
| 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 ListCallAnalyticsCategoriesResponse |
TranscribeClient.listCallAnalyticsCategories(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
default ListCallAnalyticsCategoriesPublisher |
TranscribeAsyncClient.listCallAnalyticsCategoriesPaginator(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
default ListCallAnalyticsCategoriesIterable |
TranscribeClient.listCallAnalyticsCategoriesPaginator(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides more information about the call analytics categories that you've created.
|
| Modifier and Type | Method and Description |
|---|---|
static ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.builder() |
ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.Builder.maxResults(Integer maxResults)
The maximum number of categories to return in each page of results.
|
ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.Builder.nextToken(String nextToken)
When included,
NextTokenfetches the next set of categories if the result of the previous request
was truncated. |
ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCallAnalyticsCategoriesRequest.Builder |
ListCallAnalyticsCategoriesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCallAnalyticsCategoriesRequest.Builder> |
ListCallAnalyticsCategoriesRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.