Accusoft.ScanFixXpress8.Net
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback