Essence.Document.sentence

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

sentence(doc, n)

Specs

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

Retrieve the n-th tokenized sentence from the given Essence.Document