Uses of Class
com.oracle.bmc.aispeech.responses.CreateTranscriptionJobResponse
-
Packages that use CreateTranscriptionJobResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of CreateTranscriptionJobResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return CreateTranscriptionJobResponse Modifier and Type Method Description CreateTranscriptionJobResponse
AIServiceSpeech. createTranscriptionJob(CreateTranscriptionJobRequest request)
Creates a new Transcription Job.CreateTranscriptionJobResponse
AIServiceSpeechClient. createTranscriptionJob(CreateTranscriptionJobRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type CreateTranscriptionJobResponse Modifier and Type Method Description Future<CreateTranscriptionJobResponse>
AIServiceSpeechAsync. createTranscriptionJob(CreateTranscriptionJobRequest request, AsyncHandler<CreateTranscriptionJobRequest,CreateTranscriptionJobResponse> handler)
Creates a new Transcription Job.Future<CreateTranscriptionJobResponse>
AIServiceSpeechAsyncClient. createTranscriptionJob(CreateTranscriptionJobRequest request, AsyncHandler<CreateTranscriptionJobRequest,CreateTranscriptionJobResponse> handler)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CreateTranscriptionJobResponse Modifier and Type Method Description Future<CreateTranscriptionJobResponse>
AIServiceSpeechAsync. createTranscriptionJob(CreateTranscriptionJobRequest request, AsyncHandler<CreateTranscriptionJobRequest,CreateTranscriptionJobResponse> handler)
Creates a new Transcription Job.Future<CreateTranscriptionJobResponse>
AIServiceSpeechAsyncClient. createTranscriptionJob(CreateTranscriptionJobRequest request, AsyncHandler<CreateTranscriptionJobRequest,CreateTranscriptionJobResponse> handler)
-
Uses of CreateTranscriptionJobResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return CreateTranscriptionJobResponse Modifier and Type Method Description CreateTranscriptionJobResponse
CreateTranscriptionJobResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type CreateTranscriptionJobResponse Modifier and Type Method Description CreateTranscriptionJobResponse.Builder
CreateTranscriptionJobResponse.Builder. copy(CreateTranscriptionJobResponse o)
Copy method to populate the builder with values from the given instance.
-