ContractTerms
public struct ContractTerms : Codable, Equatable
The duration or durations of the contract.
-
The confidence level in the identification of the contract term.
See moreDeclaration
Swift
public enum ConfidenceLevel : String
-
The confidence level in the identification of the contract term.
Declaration
Swift
public var confidenceLevel: String?
-
The contract term (duration).
Declaration
Swift
public var text: String?
-
The normalized form of the contract term, which is listed as a string. This element is optional; it is returned only if normalized text exists.
Declaration
Swift
public var textNormalized: String?
-
The details of the normalized text, if applicable. This element is optional; it is returned only if normalized text exists.
Declaration
Swift
public var interpretation: Interpretation?
-
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
andend
.Declaration
Swift
public var location: Location?