Uses of Class
software.amazon.awssdk.services.transcribe.model.GetTranscriptionJobResponse
-
Packages that use GetTranscriptionJobResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetTranscriptionJobResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetTranscriptionJobResponse Modifier and Type Method Description default GetTranscriptionJobResponseTranscribeClient. getTranscriptionJob(Consumer<GetTranscriptionJobRequest.Builder> getTranscriptionJobRequest)Provides information about the specified transcription job.default GetTranscriptionJobResponseTranscribeClient. getTranscriptionJob(GetTranscriptionJobRequest getTranscriptionJobRequest)Provides information about the specified transcription job.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetTranscriptionJobResponse Modifier and Type Method Description default CompletableFuture<GetTranscriptionJobResponse>TranscribeAsyncClient. getTranscriptionJob(Consumer<GetTranscriptionJobRequest.Builder> getTranscriptionJobRequest)Provides information about the specified transcription job.default CompletableFuture<GetTranscriptionJobResponse>TranscribeAsyncClient. getTranscriptionJob(GetTranscriptionJobRequest getTranscriptionJobRequest)Provides information about the specified transcription job.
-