Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocStructure

The structure of the input document.

Hierarchy

  • DocStructure

Index

Properties

Optional leading_sentences

leading_sentences: LeadingSentence[]

An array containing one object per section or subsection, in parallel with the section_titles array, that details the leading sentences in the corresponding section or subsection.

Optional paragraphs

paragraphs: Paragraphs[]

An array containing one object per paragraph, in parallel with the section_titles and leading_sentences arrays.

Optional section_titles

section_titles: SectionTitles[]

An array containing one object per section or subsection identified in the input document.

Generated using TypeDoc