Class AlignedElement
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.AlignedElement
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class AlignedElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
AlignedElement.
-
Constructor Summary
Constructors Constructor Description AlignedElement()
-
Method Summary
Modifier and Type Method Description List<ElementPair>
getElementPair()
Gets the elementPair.List<String>
getProvenanceIds()
Gets the provenanceIds.Boolean
isIdenticalText()
Gets the identicalText.Boolean
isSignificantElements()
Gets the significantElements.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
AlignedElement
public AlignedElement()
-
-
Method Details
-
getElementPair
Gets the elementPair.Identifies two elements that semantically align between the compared documents.
- Returns:
- the elementPair
-
isIdenticalText
Gets the identicalText.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.
- Returns:
- the identicalText
-
getProvenanceIds
Gets the provenanceIds.Hashed values that you can send to IBM to provide feedback or receive support.
- Returns:
- the provenanceIds
-
isSignificantElements
Gets the significantElements.Indicates that the elements aligned are contractual clauses of significance.
- Returns:
- the significantElements
-