Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClassifyReturn

The analysis of objects returned by the Element classification method.

Hierarchy

  • ClassifyReturn

Index

Properties

Optional contract_amounts

contract_amounts: ContractAmts[]

The monetary amounts that identify the total amount of the contract that needs to be paid from one party to another.

Optional contract_currencies

contract_currencies: ContractCurrencies[]

The contract currencies as declared in the document.

Optional contract_terms

contract_terms: ContractTerms[]

The durations of the contract.

Optional contract_types

contract_types: ContractTypes[]

The contract type as declared in the document.

Optional document

document: Document

Basic information about the input document.

Optional document_structure

document_structure: DocStructure

The structure of the input document.

Optional effective_dates

effective_dates: EffectiveDates[]

The date or dates on which the document becomes effective.

Optional elements

elements: Element[]

Document elements identified by the service.

Optional model_id

model_id: string

The analysis model used to classify the input document. For the Element classification method, the only valid value is contracts.

Optional model_version

model_version: string

The version of the analysis model identified by the value of the model_id key.

Optional parties

parties: Parties[]

Definitions of the parties identified in the input document.

Optional payment_terms

payment_terms: PaymentTerms[]

The document's payment durations.

Optional tables

tables: Tables[]

Definition of tables identified in the input document.

Optional termination_dates

termination_dates: TerminationDates[]

The dates on which the document is to be terminated.

Generated using TypeDoc