Uses of Class
ai.rev.topicextraction.models.TopicExtractionResult
-
Packages that use TopicExtractionResult Package Description ai.rev.topicextraction -
-
Uses of TopicExtractionResult in ai.rev.topicextraction
Methods in ai.rev.topicextraction that return TopicExtractionResult Modifier and Type Method Description TopicExtractionResultTopicExtractionClient. getResultObject(String id)The method sends a GET request to the /jobs/{id}/result endpoint and returns aTopicExtractionResultobject.TopicExtractionResultTopicExtractionClient. getResultObject(String id, Double threshold)The method sends a GET request to the /jobs/{id}/result endpoint and returns aTopicExtractionResultobject.Methods in ai.rev.topicextraction that return types with arguments of type TopicExtractionResult Modifier and Type Method Description retrofit2.Call<TopicExtractionResult>TopicExtractionInterface. getResultObject(String jobID, Map<String,Object> options)
-