EffectiveDates
public struct EffectiveDates : Codable, Equatable
An effective date.
-
The confidence level in the identification of the effective date.
See moreDeclaration
Swift
public enum ConfidenceLevel : String
-
The confidence level in the identification of the effective date.
Declaration
Swift
public var confidenceLevel: String?
-
The effective date, listed as a string.
Declaration
Swift
public var text: String?
-
The normalized form of the effective 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?