AlignedElement
public struct AlignedElement : Codable, Equatable
AlignedElement.
-
Identifies two elements that semantically align between the compared documents.
Declaration
Swift
public var elementPair: [ElementPair]?
-
Specifies whether the aligned element is identical. Elements are considered identical despite minor differences such as leading punctuation, end-of-sentence punctuation, whitespace, the presence or absence of definite or indefinite articles, and others.
Declaration
Swift
public var identicalText: Bool?
-
Hashed values that you can send to IBM to provide feedback or receive support.
Declaration
Swift
public var provenanceIDs: [String]?
-
Indicates that the elements aligned are contractual clauses of significance.
Declaration
Swift
public var significantElements: Bool?