| 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 ListCallAnalyticsCategoriesResponse |
TranscribeClient.listCallAnalyticsCategories(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides a list of Call Analytics categories, including all rules that make up each category.
|
default ListCallAnalyticsCategoriesResponse |
TranscribeClient.listCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides a list of Call Analytics categories, including all rules that make up each category.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCallAnalyticsCategoriesResponse> |
TranscribeAsyncClient.listCallAnalyticsCategories(Consumer<ListCallAnalyticsCategoriesRequest.Builder> listCallAnalyticsCategoriesRequest)
Provides a list of Call Analytics categories, including all rules that make up each category.
|
default CompletableFuture<ListCallAnalyticsCategoriesResponse> |
TranscribeAsyncClient.listCallAnalyticsCategories(ListCallAnalyticsCategoriesRequest listCallAnalyticsCategoriesRequest)
Provides a list of Call Analytics categories, including all rules that make up each category.
|
| 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 © 2023. All rights reserved.