Essence.Document.paragraph

You're seeing just the function paragraph, go back to Essence.Document module for more information.
Link to this function

paragraph(document, n)

Specs

paragraph(
  document :: %Essence.Document{
    meta: term(),
    nested_tokens: term(),
    text: term(),
    type: term(),
    uri: term()
  },
  n :: integer()
) :: List.t()

Retrieve a the n-th tokenized paragraph from the given Essence.Document