CogCNLSearchResult Accepted Property Cognex VisionPro
True if the result's Score was >= the AcceptThreshold specified in the CogCNLSearchRunParams.

Namespace: Cognex.VisionPro.CNLSearch
Assembly: Cognex.VisionPro.CNLSearch (in Cognex.VisionPro.CNLSearch.dll) Version: 65.1.0.0
Syntax

public bool Accepted { get; }

Property Value

Type: Boolean
Remarks

True if the result's Score is greater than or equal to the AcceptThreshold that you specified for the search, false otherwise.

See Also