public class PaymentTerms
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static interface |
PaymentTerms.ConfidenceLevel
The confidence level in the identification of the payment term.
|
Constructor and Description |
---|
PaymentTerms() |
Modifier and Type | Method and Description |
---|---|
String |
getConfidenceLevel()
Gets the confidenceLevel.
|
Interpretation |
getInterpretation()
Gets the interpretation.
|
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 payment term.
public String getText()
The payment term (duration).
public String getTextNormalized()
The normalized form of the payment term, which is listed as a string. This element is optional; it is returned only if normalized text exists.
public Interpretation getInterpretation()
The details of the normalized text, if applicable. 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.