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.
|
Constructor and Description |
---|
TerminationDates() |
Modifier and Type | Method and Description |
---|---|
String |
getConfidenceLevel()
Gets the confidenceLevel.
|
Location |
getLocation()
Gets the location.
|
List<String> |
getProvenanceIds()
Gets the provenanceIds.
|
String |
getText()
Gets the text.
|
String |
getTextNormalized()
Gets the textNormalized.
|
public String getConfidenceLevel()
The confidence level in the identification of the termination date.
public String getText()
The termination date.
public 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 List<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`.
Copyright © 2021 IBM Cloud. All rights reserved.