Uses of Class
com.oracle.bmc.aispeech.requests.CancelTranscriptionTaskRequest
-
Packages that use CancelTranscriptionTaskRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of CancelTranscriptionTaskRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type CancelTranscriptionTaskRequest Modifier and Type Method Description CancelTranscriptionTaskResponse
AIServiceSpeech. cancelTranscriptionTask(CancelTranscriptionTaskRequest request)
Cancel Transcription TaskFuture<CancelTranscriptionTaskResponse>
AIServiceSpeechAsync. cancelTranscriptionTask(CancelTranscriptionTaskRequest request, AsyncHandler<CancelTranscriptionTaskRequest,CancelTranscriptionTaskResponse> handler)
Cancel Transcription TaskFuture<CancelTranscriptionTaskResponse>
AIServiceSpeechAsyncClient. cancelTranscriptionTask(CancelTranscriptionTaskRequest request, AsyncHandler<CancelTranscriptionTaskRequest,CancelTranscriptionTaskResponse> handler)
CancelTranscriptionTaskResponse
AIServiceSpeechClient. cancelTranscriptionTask(CancelTranscriptionTaskRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CancelTranscriptionTaskRequest Modifier and Type Method Description Future<CancelTranscriptionTaskResponse>
AIServiceSpeechAsync. cancelTranscriptionTask(CancelTranscriptionTaskRequest request, AsyncHandler<CancelTranscriptionTaskRequest,CancelTranscriptionTaskResponse> handler)
Cancel Transcription TaskFuture<CancelTranscriptionTaskResponse>
AIServiceSpeechAsyncClient. cancelTranscriptionTask(CancelTranscriptionTaskRequest request, AsyncHandler<CancelTranscriptionTaskRequest,CancelTranscriptionTaskResponse> handler)
-
Uses of CancelTranscriptionTaskRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return CancelTranscriptionTaskRequest Modifier and Type Method Description CancelTranscriptionTaskRequest
CancelTranscriptionTaskRequest.Builder. build()
Build the instance of CancelTranscriptionTaskRequest as configured by this builderCancelTranscriptionTaskRequest
CancelTranscriptionTaskRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelTranscriptionTaskRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type CancelTranscriptionTaskRequest Modifier and Type Method Description CancelTranscriptionTaskRequest.Builder
CancelTranscriptionTaskRequest.Builder. copy(CancelTranscriptionTaskRequest o)
Copy method to populate the builder with values from the given instance.
-