Contexts

public struct Contexts : Codable, Equatable

Text that is related to the contents of the table and that precedes or follows the current table.

  • The related text.

    Declaration

    Swift

    public var text: String?
  • The numeric location of the identified element in the document, represented with two integers labeled begin and end.

    Declaration

    Swift

    public var location: Location?