| 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 GetCallAnalyticsJobResponse |
TranscribeClient.getCallAnalyticsJob(Consumer<GetCallAnalyticsJobRequest.Builder> getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
default GetCallAnalyticsJobResponse |
TranscribeClient.getCallAnalyticsJob(GetCallAnalyticsJobRequest getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCallAnalyticsJobResponse> |
TranscribeAsyncClient.getCallAnalyticsJob(Consumer<GetCallAnalyticsJobRequest.Builder> getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
default CompletableFuture<GetCallAnalyticsJobResponse> |
TranscribeAsyncClient.getCallAnalyticsJob(GetCallAnalyticsJobRequest getCallAnalyticsJobRequest)
Provides information about the specified Call Analytics job.
|
Copyright © 2022. All rights reserved.