Class SummarySource

    • Constructor Detail

      • SummarySource

        public SummarySource()
    • Method Detail

      • getTitle

        @Nullable
        public String getTitle()
        A video title, based on the contents of the video.
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
      • getAbstract

        @Nullable
        public String getAbstract()
        A short outline of the contents of the video. The length of an `abstract` depends on the amount of content in a video that can be transcribed. The API condenses the contents into minimum 20, maximum 300 words.
        Returns:
        _abstract
      • setAbstract

        public void setAbstract​(String _abstract)
      • getTakeaways

        @Nullable
        public List<String> getTakeaways()
        A list of 3 key points from the video, in chronological order.
        Returns:
        takeaways
      • setTakeaways

        public void setTakeaways​(List<String> takeaways)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object