Attribute

public struct Attribute : Codable, Equatable

List of document attributes.

  • The type of attribute.

    See more

    Declaration

    Swift

    public enum TypeEnum : String
  • The type of attribute.

    Declaration

    Swift

    public var type: String?
  • The text associated with the attribute.

    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?