Uses of Class
ai.rev.languageid.models.LanguageIdJob
-
Packages that use LanguageIdJob Package Description ai.rev.languageid -
-
Uses of LanguageIdJob in ai.rev.languageid
Methods in ai.rev.languageid that return LanguageIdJob Modifier and Type Method Description LanguageIdJobLanguageIdClient. getJobDetails(String id)This method sends a GET request to the /jobs/{id} endpoint and returns aLanguageIdJobobject.LanguageIdJobLanguageIdClient. submitJob(LanguageIdJobOptions options)The method sends a POST request to the /jobs endpoint, starts a language id job for the provided options and returns aLanguageIdJobobject.LanguageIdJobLanguageIdClient. submitJobLocalFile(InputStream inputStream)An overload ofLanguageIdClient.submitJobLocalFile(InputStream, String, LanguageIdJobOptions)without the optional filename and language id options.LanguageIdJobLanguageIdClient. submitJobLocalFile(InputStream inputStream, LanguageIdJobOptions options)An overload ofLanguageIdClient.submitJobLocalFile(InputStream, String, LanguageIdJobOptions)without the optional filename.LanguageIdJobLanguageIdClient. submitJobLocalFile(InputStream inputStream, String fileName)An overload ofLanguageIdClient.submitJobLocalFile(InputStream, String, LanguageIdJobOptions)without the additional language id options.LanguageIdJobLanguageIdClient. submitJobLocalFile(InputStream inputStream, String fileName, LanguageIdJobOptions options)The method sends a multipart/form POST request to the /jobs endpoint, starts a language id job for the provided media file provided by InputStream and returns aLanguageIdJobobject.LanguageIdJobLanguageIdClient. submitJobLocalFile(String filePath, LanguageIdJobOptions options)The method sends multipart/form POST request to the /jobs endpoint, starts a language id job for the provided local media file and returns aLanguageIdJobobject.Methods in ai.rev.languageid that return types with arguments of type LanguageIdJob Modifier and Type Method Description retrofit2.Call<LanguageIdJob>LanguageIdInterface. getJobDetails(String jobID)List<LanguageIdJob>LanguageIdClient. getListOfJobs()Overload ofLanguageIdClient.getListOfJobs(Integer, String)without the optional limit and startingAfter parameter.List<LanguageIdJob>LanguageIdClient. getListOfJobs(Integer limit)Overload ofLanguageIdClient.getListOfJobs(Integer, String)without the optional startingAfter parameter.List<LanguageIdJob>LanguageIdClient. getListOfJobs(Integer limit, String startingAfter)This method sends a GET request to the /jobs endpoint and returns a list ofLanguageIdJobobjects.List<LanguageIdJob>LanguageIdClient. getListOfJobs(String startingAfter)Overload ofLanguageIdClient.getListOfJobs(Integer, String)without the optional limit parameter.retrofit2.Call<List<LanguageIdJob>>LanguageIdInterface. getListOfJobs(Map<String,String> options)retrofit2.Call<LanguageIdJob>LanguageIdInterface. submitJob(LanguageIdJobOptions options)retrofit2.Call<LanguageIdJob>LanguageIdInterface. submitJobLocalFile(okhttp3.MultipartBody.Part file, LanguageIdJobOptions options)
-