CogOCRMaxFieldingLineResult PropertiesCognex VisionPro 9.8

The CogOCRMaxFieldingLineResult type exposes the following members.

Properties

  NameDescription
Public propertyAccepted
Whether this CogOCRMaxFieldingLineResult passed checking by the CogOCRMaxFielding operator. If AcceptedMetric is PrimaryMatches, this will be true if and only if both of the follwoing are true: a) the status for any result position is Primary or PrimarySwap, and b) the status for any input position is Primary, PrimarySwap, or DeletedIgnored. If AcceptedMetric is PrimaryAndSecondaryMatches, this will be true if and only if both of the following are true: c) the status for any result position is Primary or PrimarySwap or Secondary or SecondarySwap, and d) the status for any input position is Primary or PrimarySwap or Secondary or SecondarySwap or DeletedIgnored.
Public propertyCount
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .)
Public propertyItem
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .)
Top
See Also