Class Chapter.Builder

    • Method Detail

      • gist

        public Chapter.HeadlineStage gist​(java.lang.String gist)

        An ultra-short summary (just a few words) of the content spoken in the chapter

        Specified by:
        gist in interface Chapter.GistStage
        Returns:
        Reference to this so that method calls can be chained together.
      • headline

        public Chapter.SummaryStage headline​(java.lang.String headline)

        A single sentence summary of the content spoken during the chapter

        Specified by:
        headline in interface Chapter.HeadlineStage
        Returns:
        Reference to this so that method calls can be chained together.
      • summary

        public Chapter.StartStage summary​(java.lang.String summary)

        A one paragraph summary of the content spoken during the chapter

        Specified by:
        summary in interface Chapter.SummaryStage
        Returns:
        Reference to this so that method calls can be chained together.
      • start

        public Chapter.EndStage start​(int start)

        The starting time, in milliseconds, for the chapter

        Specified by:
        start in interface Chapter.StartStage
        Returns:
        Reference to this so that method calls can be chained together.
      • end

        public Chapter._FinalStage end​(int end)

        The starting time, in milliseconds, for the chapter

        Specified by:
        end in interface Chapter.EndStage
        Returns:
        Reference to this so that method calls can be chained together.