public class AlignedElement
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ElementPair> |
elementPair |
protected java.lang.Boolean |
identicalText |
protected java.util.List<java.lang.String> |
provenanceIds |
protected java.lang.Boolean |
significantElements |
Constructor and Description |
---|
AlignedElement() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ElementPair> |
getElementPair()
Gets the elementPair.
|
java.util.List<java.lang.String> |
getProvenanceIds()
Gets the provenanceIds.
|
java.lang.Boolean |
isIdenticalText()
Gets the identicalText.
|
java.lang.Boolean |
isSignificantElements()
Gets the significantElements.
|
@SerializedName(value="element_pair") protected java.util.List<ElementPair> elementPair
@SerializedName(value="identical_text") protected java.lang.Boolean identicalText
@SerializedName(value="provenance_ids") protected java.util.List<java.lang.String> provenanceIds
@SerializedName(value="significant_elements") protected java.lang.Boolean significantElements
public java.util.List<ElementPair> getElementPair()
Identifies two elements that semantically align between the compared documents.
public java.lang.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 java.util.List<java.lang.String> getProvenanceIds()
Hashed values that you can send to IBM to provide feedback or receive support.
public java.lang.Boolean isSignificantElements()
Indicates that the elements aligned are contractual clauses of significance.