Uses of Class
com.oracle.bmc.aispeech.requests.CancelTranscriptionJobRequest
-
Packages that use CancelTranscriptionJobRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of CancelTranscriptionJobRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type CancelTranscriptionJobRequest Modifier and Type Method Description CancelTranscriptionJobResponse
AIServiceSpeech. cancelTranscriptionJob(CancelTranscriptionJobRequest request)
Canceling the job cancels all the tasks under it.Future<CancelTranscriptionJobResponse>
AIServiceSpeechAsync. cancelTranscriptionJob(CancelTranscriptionJobRequest request, AsyncHandler<CancelTranscriptionJobRequest,CancelTranscriptionJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelTranscriptionJobResponse>
AIServiceSpeechAsyncClient. cancelTranscriptionJob(CancelTranscriptionJobRequest request, AsyncHandler<CancelTranscriptionJobRequest,CancelTranscriptionJobResponse> handler)
CancelTranscriptionJobResponse
AIServiceSpeechClient. cancelTranscriptionJob(CancelTranscriptionJobRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CancelTranscriptionJobRequest Modifier and Type Method Description Future<CancelTranscriptionJobResponse>
AIServiceSpeechAsync. cancelTranscriptionJob(CancelTranscriptionJobRequest request, AsyncHandler<CancelTranscriptionJobRequest,CancelTranscriptionJobResponse> handler)
Canceling the job cancels all the tasks under it.Future<CancelTranscriptionJobResponse>
AIServiceSpeechAsyncClient. cancelTranscriptionJob(CancelTranscriptionJobRequest request, AsyncHandler<CancelTranscriptionJobRequest,CancelTranscriptionJobResponse> handler)
-
Uses of CancelTranscriptionJobRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return CancelTranscriptionJobRequest Modifier and Type Method Description CancelTranscriptionJobRequest
CancelTranscriptionJobRequest.Builder. build()
Build the instance of CancelTranscriptionJobRequest as configured by this builderCancelTranscriptionJobRequest
CancelTranscriptionJobRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelTranscriptionJobRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type CancelTranscriptionJobRequest Modifier and Type Method Description CancelTranscriptionJobRequest.Builder
CancelTranscriptionJobRequest.Builder. copy(CancelTranscriptionJobRequest o)
Copy method to populate the builder with values from the given instance.
-