Uses of Class
com.oracle.bmc.aispeech.requests.ListTranscriptionTasksRequest
-
Packages that use ListTranscriptionTasksRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of ListTranscriptionTasksRequest in com.oracle.bmc.aispeech
Method parameters in com.oracle.bmc.aispeech with type arguments of type ListTranscriptionTasksRequest Modifier and Type Method Description Future<ListTranscriptionTasksResponse>
AIServiceSpeechAsync. listTranscriptionTasks(ListTranscriptionTasksRequest request, AsyncHandler<ListTranscriptionTasksRequest,ListTranscriptionTasksResponse> handler)
Returns a list of Transcription Tasks.Future<ListTranscriptionTasksResponse>
AIServiceSpeechAsyncClient. listTranscriptionTasks(ListTranscriptionTasksRequest request, AsyncHandler<ListTranscriptionTasksRequest,ListTranscriptionTasksResponse> handler)
-
Uses of ListTranscriptionTasksRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return ListTranscriptionTasksRequest Modifier and Type Method Description ListTranscriptionTasksRequest
ListTranscriptionTasksRequest.Builder. build()
Build the instance of ListTranscriptionTasksRequest as configured by this builderListTranscriptionTasksRequest
ListTranscriptionTasksRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTranscriptionTasksRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type ListTranscriptionTasksRequest Modifier and Type Method Description ListTranscriptionTasksRequest.Builder
ListTranscriptionTasksRequest.Builder. copy(ListTranscriptionTasksRequest o)
Copy method to populate the builder with values from the given instance.
-