Class TopicExtractionResult


  • public class TopicExtractionResult
    extends Object
    A Topic Extraction Result object provides all the information associated with the result of a job.
    • Constructor Detail

      • TopicExtractionResult

        public TopicExtractionResult()
    • Method Detail

      • getTopics

        public List<Topic> getTopics()
        Get the topics of the result.
        Returns:
        The topics of the result
      • setTopics

        public void setTopics​(List<Topic> topics)
        Set the topics of the result.
        Parameters:
        topics - the topics to be set for the result.