ElementLocations

public struct ElementLocations : Codable, Equatable

A list of begin and end indexes that indicate the locations of the elements in the input document.

  • An integer that indicates the starting position of the element in the input document.

    Declaration

    Swift

    public var begin: Int?
  • end

    An integer that indicates the ending position of the element in the input document.

    Declaration

    Swift

    public var end: Int?