public class AlignedElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
AlignedElement() |
Modifier and Type | Method and Description |
---|---|
List<ElementPair> |
getElementPair()
Gets the elementPair.
|
List<String> |
getProvenanceIds()
Gets the provenanceIds.
|
Boolean |
isIdenticalText()
Gets the identicalText.
|
Boolean |
isSignificantElements()
Gets the significantElements.
|
public List<ElementPair> getElementPair()
Identifies two elements that semantically align between the compared documents.
public Boolean isIdenticalText()
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.
public List<String> getProvenanceIds()
Hashed values that you can send to IBM to provide feedback or receive support.
public Boolean isSignificantElements()
Indicates that the elements aligned are contractual clauses of significance.
Copyright © 2021 IBM Cloud. All rights reserved.