| Name | Type | Description | Notes |
|---|---|---|---|
| analysisId | Long | Analysis the candidate's binary belongs to | |
| binaryId | Long | Binary the candidate belongs to | |
| binaryName | String | Binary name | |
| confidence | Double | Softmax-normalised confidence over the candidate pool | |
| debug | Boolean | Whether the candidate's name came from debug info | |
| functionId | Long | Candidate function ID | |
| functionName | String | Candidate function name | |
| functionVaddr | Long | Candidate's virtual address inside its binary | |
| mangledName | String | Mangled name when available | |
| sha256Hash | String | SHA-256 of the candidate's binary | |
| similarity | Double | Cosine similarity scaled to a percentage |