Uses of Class
com.oracle.bmc.aispeech.responses.GetTranscriptionTaskResponse
-
Packages that use GetTranscriptionTaskResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of GetTranscriptionTaskResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return GetTranscriptionTaskResponse Modifier and Type Method Description GetTranscriptionTaskResponse
AIServiceSpeech. getTranscriptionTask(GetTranscriptionTaskRequest request)
Gets a Transcription Task by identifierGetTranscriptionTaskResponse
AIServiceSpeechClient. getTranscriptionTask(GetTranscriptionTaskRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type GetTranscriptionTaskResponse Modifier and Type Method Description Future<GetTranscriptionTaskResponse>
AIServiceSpeechAsync. getTranscriptionTask(GetTranscriptionTaskRequest request, AsyncHandler<GetTranscriptionTaskRequest,GetTranscriptionTaskResponse> handler)
Gets a Transcription Task by identifierFuture<GetTranscriptionTaskResponse>
AIServiceSpeechAsyncClient. getTranscriptionTask(GetTranscriptionTaskRequest request, AsyncHandler<GetTranscriptionTaskRequest,GetTranscriptionTaskResponse> handler)
-
Uses of GetTranscriptionTaskResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return GetTranscriptionTaskResponse Modifier and Type Method Description GetTranscriptionTaskResponse
GetTranscriptionTaskResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type GetTranscriptionTaskResponse Modifier and Type Method Description GetTranscriptionTaskResponse.Builder
GetTranscriptionTaskResponse.Builder. copy(GetTranscriptionTaskResponse o)
Copy method to populate the builder with values from the given instance.
-