Uses of Class
com.oracle.bmc.aispeech.requests.CreateTranscriptionJobRequest
-
Packages that use CreateTranscriptionJobRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of CreateTranscriptionJobRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type CreateTranscriptionJobRequest Modifier and Type Method Description CreateTranscriptionJobResponse
AIServiceSpeech. createTranscriptionJob(CreateTranscriptionJobRequest request)
Creates a new Transcription Job.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)
CreateTranscriptionJobResponse
AIServiceSpeechClient. createTranscriptionJob(CreateTranscriptionJobRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CreateTranscriptionJobRequest 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 CreateTranscriptionJobRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return CreateTranscriptionJobRequest Modifier and Type Method Description CreateTranscriptionJobRequest
CreateTranscriptionJobRequest.Builder. build()
Build the instance of CreateTranscriptionJobRequest as configured by this builderCreateTranscriptionJobRequest
CreateTranscriptionJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateTranscriptionJobRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type CreateTranscriptionJobRequest Modifier and Type Method Description CreateTranscriptionJobRequest.Builder
CreateTranscriptionJobRequest.Builder. copy(CreateTranscriptionJobRequest o)
Copy method to populate the builder with values from the given instance.
-