ContractTypes
public struct ContractTypes : Codable, Equatable
The contract type identified in the input document.
-
The confidence level in the identification of the contract type.
See moreDeclaration
Swift
public enum ConfidenceLevel : String -
The confidence level in the identification of the contract type.
Declaration
Swift
public var confidenceLevel: String? -
The contract type.
Declaration
Swift
public var text: 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
beginandend.Declaration
Swift
public var location: Location?
View on GitHub
ContractTypes Structure Reference