| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe |
Operations and objects for transcribing speech to text.
|
| Modifier and Type | Method and Description |
|---|---|
default StartCallAnalyticsJobResponse |
TranscribeClient.startCallAnalyticsJob(Consumer<StartCallAnalyticsJobRequest.Builder> startCallAnalyticsJobRequest)
Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but
also returns additional insights.
|
default StartCallAnalyticsJobResponse |
TranscribeClient.startCallAnalyticsJob(StartCallAnalyticsJobRequest startCallAnalyticsJobRequest)
Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but
also returns additional insights.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartCallAnalyticsJobResponse> |
TranscribeAsyncClient.startCallAnalyticsJob(Consumer<StartCallAnalyticsJobRequest.Builder> startCallAnalyticsJobRequest)
Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but
also returns additional insights.
|
default CompletableFuture<StartCallAnalyticsJobResponse> |
TranscribeAsyncClient.startCallAnalyticsJob(StartCallAnalyticsJobRequest startCallAnalyticsJobRequest)
Starts an asynchronous analytics job that not only transcribes the audio recording of a caller and agent, but
also returns additional insights.
|
Copyright © 2021. All rights reserved.