ContractCurrencies

public struct ContractCurrencies : Codable, Equatable

The contract currencies that are declared in the document.

  • The confidence level in the identification of the contract currency.

    See more

    Declaration

    Swift

    public enum ConfidenceLevel : String
  • The confidence level in the identification of the contract currency.

    Declaration

    Swift

    public var confidenceLevel: String?
  • The contract currency.

    Declaration

    Swift

    public var text: String?
  • The normalized form of the contract currency, which is listed as a string in ISO-4217 format. This element is optional; it is returned only if normalized text exists.

    Declaration

    Swift

    public var textNormalized: String?
  • Hashed values that you can send to IBM to provide feedback or receive support.

    Declaration

    Swift

    public var provenanceIDs: [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?