| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call
Analytics.
|
| Modifier and Type | Method and Description |
|---|---|
default GetCallAnalyticsCategoryResponse |
TranscribeClient.getCallAnalyticsCategory(Consumer<GetCallAnalyticsCategoryRequest.Builder> getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
default GetCallAnalyticsCategoryResponse |
TranscribeClient.getCallAnalyticsCategory(GetCallAnalyticsCategoryRequest getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCallAnalyticsCategoryResponse> |
TranscribeAsyncClient.getCallAnalyticsCategory(Consumer<GetCallAnalyticsCategoryRequest.Builder> getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
default CompletableFuture<GetCallAnalyticsCategoryResponse> |
TranscribeAsyncClient.getCallAnalyticsCategory(GetCallAnalyticsCategoryRequest getCallAnalyticsCategoryRequest)
Provides information about the specified Call Analytics category.
|
Copyright © 2022. All rights reserved.