Uses of Class
ai.rev.topicextraction.models.TopicExtractionJob
-
Packages that use TopicExtractionJob Package Description ai.rev.topicextraction -
-
Uses of TopicExtractionJob in ai.rev.topicextraction
Methods in ai.rev.topicextraction that return TopicExtractionJob Modifier and Type Method Description TopicExtractionJobTopicExtractionClient. getJobDetails(String id)This method sends a GET request to the /jobs/{id} endpoint and returns aTopicExtractionJobobject.TopicExtractionJobTopicExtractionClient. submitJobJson(RevAiTranscript json)An overload ofTopicExtractionClient.submitJobText(String, TopicExtractionJobOptions)without the additional topic extraction options.TopicExtractionJobTopicExtractionClient. submitJobJson(RevAiTranscript json, TopicExtractionJobOptions options)The method sends a POST request to the /jobs endpoint, starts a topic extraction job for the provided RevAiTranscript and returns aTopicExtractionJobobject.TopicExtractionJobTopicExtractionClient. submitJobText(String text)An overload ofTopicExtractionClient.submitJobText(String, TopicExtractionJobOptions)without the additional topic extraction options.TopicExtractionJobTopicExtractionClient. submitJobText(String text, TopicExtractionJobOptions options)The method sends a POST request to the /jobs endpoint, starts a topic extraction job for the provided text and returns aTopicExtractionJobobject.Methods in ai.rev.topicextraction that return types with arguments of type TopicExtractionJob Modifier and Type Method Description retrofit2.Call<TopicExtractionJob>TopicExtractionInterface. getJobDetails(String jobID)List<TopicExtractionJob>TopicExtractionClient. getListOfJobs()Overload ofTopicExtractionClient.getListOfJobs(Integer, String)without the optional limit and startingAfter parameter.List<TopicExtractionJob>TopicExtractionClient. getListOfJobs(Integer limit)Overload ofTopicExtractionClient.getListOfJobs(Integer, String)without the optional startingAfter parameter.List<TopicExtractionJob>TopicExtractionClient. getListOfJobs(Integer limit, String startingAfter)This method sends a GET request to the /jobs endpoint and returns a list ofTopicExtractionJobobjects.List<TopicExtractionJob>TopicExtractionClient. getListOfJobs(String startingAfter)Overload ofTopicExtractionClient.getListOfJobs(Integer, String)without the optional limit parameter.retrofit2.Call<List<TopicExtractionJob>>TopicExtractionInterface. getListOfJobs(Map<String,String> options)retrofit2.Call<TopicExtractionJob>TopicExtractionInterface. submitJob(TopicExtractionJobOptions options)
-