aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h')
-rw-r--r--Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h
index 68507e1f4..ad15b6ae4 100644
--- a/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h
+++ b/Software/Visual_Studio/TCC/Tango.TCC.CardDetector/CardDetectionResult.h
@@ -14,6 +14,8 @@ namespace Tango
CardDetectionResult();
property bool IsDetected;
property cli::array<Byte>^ DetectedBitmap;
+ property double Similarity;
+ property System::String^ Barcode;
};
}
}