TerminationDates
public struct TerminationDates : Codable, Equatable
Termination dates identified in the input document.
-
The confidence level in the identification of the termination date.
See moreDeclaration
Swift
public enum ConfidenceLevel : String
-
The confidence level in the identification of the termination date.
Declaration
Swift
public var confidenceLevel: String?
-
The termination date.
Declaration
Swift
public var text: String?
-
The normalized form of the termination date, which is listed as a string. 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
andend
.Declaration
Swift
public var location: Location?