Uses of Class
ai.rev.topicextraction.models.Topic
-
Packages that use Topic Package Description ai.rev.topicextraction.models -
-
Uses of Topic in ai.rev.topicextraction.models
Methods in ai.rev.topicextraction.models that return types with arguments of type Topic Modifier and Type Method Description List<Topic>TopicExtractionResult. getTopics()Get the topics of the result.Method parameters in ai.rev.topicextraction.models with type arguments of type Topic Modifier and Type Method Description voidTopicExtractionResult. setTopics(List<Topic> topics)Set the topics of the result.
-