Uses of Class
ai.rev.speechtotext.models.asynchronous.RevAiJob
-
Packages that use RevAiJob Package Description ai.rev.speechtotext -
-
Uses of RevAiJob in ai.rev.speechtotext
Methods in ai.rev.speechtotext that return RevAiJob Modifier and Type Method Description RevAiJobApiClient. getJobDetails(String id)This method sends a GET request to the /jobs/{id} endpoint and returns aRevAiJobobject.RevAiJobApiClient. submitJobLocalFile(InputStream inputStream)An overload ofApiClient.submitJobLocalFile(InputStream, String, RevAiJobOptions)without the optional filename and transcription options.RevAiJobApiClient. submitJobLocalFile(InputStream inputStream, RevAiJobOptions options)An overload ofApiClient.submitJobLocalFile(InputStream, String, RevAiJobOptions)without the optional filename.RevAiJobApiClient. submitJobLocalFile(InputStream inputStream, String fileName)An overload ofApiClient.submitJobLocalFile(InputStream, String, RevAiJobOptions)without the additional transcription options.RevAiJobApiClient. submitJobLocalFile(InputStream inputStream, String fileName, RevAiJobOptions options)The method sends a POST request to the /jobs endpoint, starts an asynchronous job to transcribe the media file provided by InputStream and returns aRevAiJobobject.RevAiJobApiClient. submitJobLocalFile(String filePath)An overload ofApiClient.submitJobLocalFile(String, RevAiJobOptions)without the additional transcription options.RevAiJobApiClient. submitJobLocalFile(String filePath, RevAiJobOptions options)The method sends multipart/form request to the /jobs endpoint, starts an asynchronous job to transcribe the local media file provided and returns aRevAiJobobject.RevAiJobApiClient. submitJobUrl(RevAiJobOptions options)Sends a POST request to the /jobs endpoint, starts an asynchronous job to transcribe the media file located at the url provided, and returns aRevAiJobobject.RevAiJobApiClient. submitJobUrl(String mediaUrl)An overload ofApiClient.submitJobUrl(String, RevAiJobOptions)without the additional transcription options.RevAiJobApiClient. submitJobUrl(String mediaUrl, RevAiJobOptions options)Deprecated.Use submitJobUrl with the sourceConfig job option rather than a separate mediaUrl argumentMethods in ai.rev.speechtotext that return types with arguments of type RevAiJob Modifier and Type Method Description retrofit2.Call<RevAiJob>ApiInterface. getJobDetails(String jobID)List<RevAiJob>ApiClient. getListOfJobs()Overload ofApiClient.getListOfJobs(Integer, String)without the optional limit and startingAfter parameter.List<RevAiJob>ApiClient. getListOfJobs(Integer limit)Overload ofApiClient.getListOfJobs(Integer, String)without the optional startingAfter parameter.List<RevAiJob>ApiClient. getListOfJobs(Integer limit, String startingAfter)This method sends a GET request to the /jobs endpoint and returns a list ofRevAiJobobjects.List<RevAiJob>ApiClient. getListOfJobs(String startingAfter)Overload ofApiClient.getListOfJobs(Integer, String)without the optional limit parameter.retrofit2.Call<List<RevAiJob>>ApiInterface. getListOfJobs(Map<String,String> options)retrofit2.Call<RevAiJob>ApiInterface. submitJobLocalFile(okhttp3.MultipartBody.Part file, RevAiJobOptions options)retrofit2.Call<RevAiJob>ApiInterface. submitJobUrl(RevAiJobOptions options)
-