public class ClassifyReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
ClassifyReturn() |
Modifier and Type | Method and Description |
---|---|
List<ContractAmts> |
getContractAmounts()
Gets the contractAmounts.
|
List<ContractCurrencies> |
getContractCurrencies()
Gets the contractCurrencies.
|
List<ContractTerms> |
getContractTerms()
Gets the contractTerms.
|
List<ContractTypes> |
getContractTypes()
Gets the contractTypes.
|
Document |
getDocument()
Gets the document.
|
DocStructure |
getDocumentStructure()
Gets the documentStructure.
|
List<EffectiveDates> |
getEffectiveDates()
Gets the effectiveDates.
|
List<Element> |
getElements()
Gets the elements.
|
String |
getModelId()
Gets the modelId.
|
String |
getModelVersion()
Gets the modelVersion.
|
List<Parties> |
getParties()
Gets the parties.
|
List<PaymentTerms> |
getPaymentTerms()
Gets the paymentTerms.
|
List<Tables> |
getTables()
Gets the tables.
|
List<TerminationDates> |
getTerminationDates()
Gets the terminationDates.
|
public Document getDocument()
Basic information about the input document.
public String getModelId()
The analysis model used to classify the input document. For the **Element classification** method, the only valid value is `contracts`.
public String getModelVersion()
The version of the analysis model identified by the value of the `model_id` key.
public List<Element> getElements()
Document elements identified by the service.
public List<EffectiveDates> getEffectiveDates()
The date or dates on which the document becomes effective.
public List<ContractAmts> getContractAmounts()
The monetary amounts that identify the total amount of the contract that needs to be paid from one party to another.
public List<TerminationDates> getTerminationDates()
The dates on which the document is to be terminated.
public List<ContractTypes> getContractTypes()
The contract type as declared in the document.
public List<ContractTerms> getContractTerms()
The durations of the contract.
public List<PaymentTerms> getPaymentTerms()
The document's payment durations.
public List<ContractCurrencies> getContractCurrencies()
The contract currencies as declared in the document.
public List<Tables> getTables()
Definition of tables identified in the input document.
public DocStructure getDocumentStructure()
The structure of the input document.
Copyright © 2021 IBM Cloud. All rights reserved.