Uses of Class
ai.rev.topicextraction.models.TopicExtractionJobOptions
-
Packages that use TopicExtractionJobOptions Package Description ai.rev.topicextraction -
-
Uses of TopicExtractionJobOptions in ai.rev.topicextraction
Methods in ai.rev.topicextraction with parameters of type TopicExtractionJobOptions Modifier and Type Method Description retrofit2.Call<TopicExtractionJob>TopicExtractionInterface. submitJob(TopicExtractionJobOptions 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, TopicExtractionJobOptions options)The method sends a POST request to the /jobs endpoint, starts a topic extraction job for the provided text and returns aTopicExtractionJobobject.
-