Class ClassifyReturn
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassifyReturn
extends com.ibm.cloud.sdk.core.service.model.GenericModel
-
Constructor Summary
Constructors Constructor Description ClassifyReturn()
-
Method Summary
Modifier and Type Method 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.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ClassifyReturn
public ClassifyReturn()
-
-
Method Details
-
getDocument
Gets the document.Basic information about the input document.
- Returns:
- the document
-
getModelId
Gets the modelId.The analysis model used to classify the input document. For the **Element classification** method, the only valid value is `contracts`.
- Returns:
- the modelId
-
getModelVersion
Gets the modelVersion.The version of the analysis model identified by the value of the `model_id` key.
- Returns:
- the modelVersion
-
getElements
Gets the elements.Document elements identified by the service.
- Returns:
- the elements
-
getEffectiveDates
Gets the effectiveDates.The date or dates on which the document becomes effective.
- Returns:
- the effectiveDates
-
getContractAmounts
Gets the contractAmounts.The monetary amounts that identify the total amount of the contract that needs to be paid from one party to another.
- Returns:
- the contractAmounts
-
getTerminationDates
Gets the terminationDates.The dates on which the document is to be terminated.
- Returns:
- the terminationDates
-
getContractTypes
Gets the contractTypes.The contract type as declared in the document.
- Returns:
- the contractTypes
-
getContractTerms
Gets the contractTerms.The durations of the contract.
- Returns:
- the contractTerms
-
getPaymentTerms
Gets the paymentTerms.The document's payment durations.
- Returns:
- the paymentTerms
-
getContractCurrencies
Gets the contractCurrencies.The contract currencies as declared in the document.
- Returns:
- the contractCurrencies
-
getTables
Gets the tables.Definition of tables identified in the input document.
- Returns:
- the tables
-
getDocumentStructure
Gets the documentStructure.The structure of the input document.
- Returns:
- the documentStructure
-
getParties
Gets the parties.Definitions of the parties identified in the input document.
- Returns:
- the parties
-