The CogOCRMaxFieldingPositionResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| PostFieldingClassifierResult |
The classifier position result describing this position after
fielding was performed. Note that this may be null if the position
was deleted by the CogOCRMaxFielding operator (and hence did not exist
after fielding).
| |
| PreFieldingClassifierResult |
The classifier position result describing this position before
fielding was performed. Note that this may be null if the position
was inserted by the CogOCRMaxFielding operator (and hence did not exist
before fielding).
| |
| Status |
The status for this position. May be Primary, PrimarySwap,
Secondary, SecondarySwap, Substituted, SubstitutedSpace,
NoMatch, Inserted, Deleted, or DeletedIgnored.
|
See Also