Uses of Class
com.oracle.bmc.aispeech.responses.ListTranscriptionJobsResponse
-
Packages that use ListTranscriptionJobsResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of ListTranscriptionJobsResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return ListTranscriptionJobsResponse Modifier and Type Method Description ListTranscriptionJobsResponse
AIServiceSpeech. listTranscriptionJobs(ListTranscriptionJobsRequest request)
Returns a list of Transcription Jobs.ListTranscriptionJobsResponse
AIServiceSpeechClient. listTranscriptionJobs(ListTranscriptionJobsRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type ListTranscriptionJobsResponse Modifier and Type Method Description Future<ListTranscriptionJobsResponse>
AIServiceSpeechAsync. listTranscriptionJobs(ListTranscriptionJobsRequest request, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResponse> handler)
Returns a list of Transcription Jobs.Future<ListTranscriptionJobsResponse>
AIServiceSpeechAsyncClient. listTranscriptionJobs(ListTranscriptionJobsRequest request, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResponse> handler)
Iterable<ListTranscriptionJobsResponse>
AIServiceSpeechPaginators. listTranscriptionJobsResponseIterator(ListTranscriptionJobsRequest request)
Creates a new iterable which will iterate over the responses received from the listTranscriptionJobs operation.Method parameters in com.oracle.bmc.aispeech with type arguments of type ListTranscriptionJobsResponse Modifier and Type Method Description Future<ListTranscriptionJobsResponse>
AIServiceSpeechAsync. listTranscriptionJobs(ListTranscriptionJobsRequest request, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResponse> handler)
Returns a list of Transcription Jobs.Future<ListTranscriptionJobsResponse>
AIServiceSpeechAsyncClient. listTranscriptionJobs(ListTranscriptionJobsRequest request, AsyncHandler<ListTranscriptionJobsRequest,ListTranscriptionJobsResponse> handler)
-
Uses of ListTranscriptionJobsResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return ListTranscriptionJobsResponse Modifier and Type Method Description ListTranscriptionJobsResponse
ListTranscriptionJobsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type ListTranscriptionJobsResponse Modifier and Type Method Description ListTranscriptionJobsResponse.Builder
ListTranscriptionJobsResponse.Builder. copy(ListTranscriptionJobsResponse o)
Copy method to populate the builder with values from the given instance.
-