The CogOCRMaxFieldingLineResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Accepted |
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.
| |
| Count |
The number of elements contained in the Collection.
(Inherited from CogReadOnlyCollection T .) | |
| Item |
Gets the element at the specified index.
(Inherited from CogReadOnlyCollection T .) |
See Also