API Reference / ReadingEntry · interface
Interface: ReadingEntry
One licensed statement in a Reading, with its provenance.
Properties
| Property | Type | Description |
|---|---|---|
<a id="atomids"></a> atomIds | string[] | Ids of the fact atoms this entry rests on -- the audit trail. |
<a id="id"></a> id | string | "<source>/<rule>". |
<a id="rule"></a> rule | string | - |
<a id="salience"></a> salience | number | Sum of the matched atoms' salience times the rule weight. |
<a id="source"></a> source | string | - |
<a id="tags"></a> tags? | string[] | - |
<a id="text"></a> text | string | - |