public class ContractTypes
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
ContractTypes.ConfidenceLevel
The confidence level in the identification of the contract type.
|
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 |
Constructor and Description |
---|
ContractTypes() |
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.
|
@SerializedName(value="confidence_level") protected java.lang.String confidenceLevel
protected java.lang.String text
@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 contract type.
public java.lang.String getText()
The contract type.
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`.