feat: add analysisSource flag to show if local DB or neural network was used

This commit is contained in:
2026-06-23 20:56:35 +00:00
parent bec18d6fc2
commit 9d44b4cc1c
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ export interface EquivalentItem {
export interface ReportData {
confidence: number;
analysisSource?: string;
identification: IdentificationData;
compliance: ComplianceData;
overPerformance: OverPerformanceItem[];