public class TerminationDates
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
TerminationDates.ConfidenceLevel
The confidence level in the identification of the termination date.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
confidenceLevel |
protected Location |
location |
protected java.util.List<java.lang.String> |
provenanceIds |
protected java.lang.String |
text |
protected java.lang.String |
textNormalized |
Constructor and Description |
---|
TerminationDates() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfidenceLevel()
Gets the confidenceLevel.
|
Location |
getLocation()
Gets the location.
|
java.util.List<java.lang.String> |
getProvenanceIds()
Gets the provenanceIds.
|
java.lang.String |
getText()
Gets the text.
|
java.lang.String |
getTextNormalized()
Gets the textNormalized.
|
@SerializedName(value="confidence_level") protected java.lang.String confidenceLevel
protected java.lang.String text
@SerializedName(value="text_normalized") protected java.lang.String textNormalized
@SerializedName(value="provenance_ids") protected java.util.List<java.lang.String> provenanceIds
protected Location location
public java.lang.String getConfidenceLevel()
The confidence level in the identification of the termination date.
public java.lang.String getText()
The termination date.
public java.lang.String getTextNormalized()
The normalized form of the termination date, which is listed as a string. This element is optional; it is returned only if normalized text exists.
public java.util.List<java.lang.String> getProvenanceIds()
Hashed values that you can send to IBM to provide feedback or receive support.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.