Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompareReturn

The comparison of the two submitted documents.

Hierarchy

  • CompareReturn

Index

Properties

Optional aligned_elements

aligned_elements: AlignedElement[]

A list of pairs of elements that semantically align between the compared documents.

Optional documents

documents: Document[]

Information about the documents being compared.

Optional model_id

model_id: string

The analysis model used to compare the input documents. For the Compare two documents 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 unaligned_elements

unaligned_elements: UnalignedElement[]

A list of elements that do not semantically align between the compared documents.

Generated using TypeDoc