Value

public struct Value : Codable, Equatable

A value in a key-value pair.

  • The unique ID of the value in the table.

    Declaration

    Swift

    public var cellID: 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?
  • The text content of the table cell without HTML markup.

    Declaration

    Swift

    public var text: String?