UnalignedElement
public struct UnalignedElement : Codable, Equatable
Element that does not align semantically between two compared documents.
-
The label assigned to the document by the value of the
file_1_labelorfile_2_labelparameters on the Compare two documents method.Declaration
Swift
public var documentLabel: String? -
The numeric location of the identified element in the document, represented with two integers labeled
beginandend.Declaration
Swift
public var location: Location? -
The text of the element.
Declaration
Swift
public var text: String? -
Description of the action specified by the element and whom it affects.
Declaration
Swift
public var types: [TypeLabelComparison]? -
List of functional categories into which the element falls; in other words, the subject matter of the element.
Declaration
Swift
public var categories: [CategoryComparison]? -
List of document attributes.
Declaration
Swift
public var attributes: [Attribute]?
View on GitHub
UnalignedElement Structure Reference