Package ai.rev.topicextraction.models
Class TopicExtractionResult
- java.lang.Object
-
- ai.rev.topicextraction.models.TopicExtractionResult
-
public class TopicExtractionResult extends Object
A Topic Extraction Result object provides all the information associated with the result of a job.
-
-
Constructor Summary
Constructors Constructor Description TopicExtractionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Topic>getTopics()Get the topics of the result.voidsetTopics(List<Topic> topics)Set the topics of the result.
-