Uses of Class
com.oracle.bmc.aispeech.responses.CancelTranscriptionTaskResponse
-
Packages that use CancelTranscriptionTaskResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of CancelTranscriptionTaskResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return CancelTranscriptionTaskResponse Modifier and Type Method Description CancelTranscriptionTaskResponse
AIServiceSpeech. cancelTranscriptionTask(CancelTranscriptionTaskRequest request)
Cancel Transcription TaskCancelTranscriptionTaskResponse
AIServiceSpeechClient. cancelTranscriptionTask(CancelTranscriptionTaskRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type CancelTranscriptionTaskResponse 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)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CancelTranscriptionTaskResponse 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 CancelTranscriptionTaskResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return CancelTranscriptionTaskResponse Modifier and Type Method Description CancelTranscriptionTaskResponse
CancelTranscriptionTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type CancelTranscriptionTaskResponse Modifier and Type Method Description CancelTranscriptionTaskResponse.Builder
CancelTranscriptionTaskResponse.Builder. copy(CancelTranscriptionTaskResponse o)
Copy method to populate the builder with values from the given instance.
-