ScanFix Xpress v9.0 for .NET - Updated
Findings Property




Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : Findings Property
Gets a collection with finding information from the color detection process.
Syntax
'Declaration
 
Public ReadOnly Property Findings As ReadOnlyCollection(Of ColorFindings)
'Usage
 
Dim instance As DetectColorResults
Dim value As ReadOnlyCollection(Of ColorFindings)
 
value = instance.Findings
public ReadOnlyCollection<ColorFindings> Findings {get;}
public: __property ReadOnlyCollection<ColorFindings>* get_Findings();
public:
property ReadOnlyCollection<ColorFindings>^ Findings {
   ReadOnlyCollection<ColorFindings>^ get();
}
Remarks

This information will explain what factors influenced the IsColor result. This information can be used to further classify images, or to help when setting up the decision parameters for a class of images.

See Also

Reference

DetectColorResults Class
DetectColorResults Members

Is this page helpful?
Yes No
Thanks for your feedback.