Uses of Class
software.amazon.awssdk.services.transcribe.model.GetCallAnalyticsJobResponse
-
Packages that use GetCallAnalyticsJobResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetCallAnalyticsJobResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetCallAnalyticsJobResponse Modifier and Type Method Description default GetCallAnalyticsJobResponseTranscribeClient. getCallAnalyticsJob(Consumer<GetCallAnalyticsJobRequest.Builder> getCallAnalyticsJobRequest)Provides information about the specified Call Analytics job.default GetCallAnalyticsJobResponseTranscribeClient. getCallAnalyticsJob(GetCallAnalyticsJobRequest getCallAnalyticsJobRequest)Provides information about the specified Call Analytics job.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetCallAnalyticsJobResponse Modifier and Type Method 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.
-