RRA Rel Evidence
Output representation of evidence that supports a relationship. Evidence maps to
RRARelEvidence.
- JSON example
-
1 2 "evidence": [ 3 { 4 "evidenceId": "rra-evid-9001", 5 "relationshipId": "rra-rel-100", 6 "sourceId": "rra-src-10", 7 "contentHash": "b94d27b9934d3e08a52e52d7da7dabfa", 8 "evidenceSnippet": "Jane mentioned she has been partnering with John on procurement for the past two quarters.", 9 "startOffset": 0, 10 "endOffset": 91, 11 "evidenceQuality": 0.80, 12 "additionalDetails": null 13 } 14 ]
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| additionalDetails | Map<String, Object> | Additional information related to the evidence. | Big, 67.0 | 67.0 |
| contentHash | String | Hash value that represents the evidence content. | Big, 67.0 | 67.0 |
| endOffset | Integer | End position of the snippet in the original source content. | Big, 67.0 | 67.0 |
| evidenceId | String | Unique identifier of the evidence record. | Big, 67.0 | 67.0 |
| evidenceQuality | Double | Score that represents the quality of the evidence. | Big, 67.0 | 67.0 |
| evidenceSnippet | String | Extracted text snippet that supports the relationship. | Big, 67.0 | 67.0 |
| relationshipId | String | Identifier of the relationship that the evidence supports. | Big, 67.0 | 67.0 |
| sourceId | String | Identifier of the source from which the evidence originates. | Big, 67.0 | 67.0 |
| startOffset | Integer | Start position of the snippet in the original source content. | Big, 67.0 | 67.0 |