Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
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
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