Uses of Class
com.oracle.bmc.aispeech.responses.ListTranscriptionTasksResponse
-
Packages that use ListTranscriptionTasksResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of ListTranscriptionTasksResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return ListTranscriptionTasksResponse Modifier and Type Method Description ListTranscriptionTasksResponse
AIServiceSpeech. listTranscriptionTasks(ListTranscriptionTasksRequest request)
Returns a list of Transcription Tasks.ListTranscriptionTasksResponse
AIServiceSpeechClient. listTranscriptionTasks(ListTranscriptionTasksRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type ListTranscriptionTasksResponse 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)
Iterable<ListTranscriptionTasksResponse>
AIServiceSpeechPaginators. listTranscriptionTasksResponseIterator(ListTranscriptionTasksRequest request)
Creates a new iterable which will iterate over the responses received from the listTranscriptionTasks operation.Method parameters in com.oracle.bmc.aispeech with type arguments of type ListTranscriptionTasksResponse 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 ListTranscriptionTasksResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return ListTranscriptionTasksResponse Modifier and Type Method Description ListTranscriptionTasksResponse
ListTranscriptionTasksResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type ListTranscriptionTasksResponse Modifier and Type Method Description ListTranscriptionTasksResponse.Builder
ListTranscriptionTasksResponse.Builder. copy(ListTranscriptionTasksResponse o)
Copy method to populate the builder with values from the given instance.
-