Paragraphs

public struct Paragraphs : Codable, Equatable

The locations of each paragraph in the input document.

  • The numeric location of the identified element in the document, represented with two integers labeled begin and end.

    Declaration

    Swift

    public var location: Location?