The SmartLineResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConsideredSegmentResults | Get Gets the Segment Result collection which contains all the considered Segmenter results. Only those items contained which threshold was higher than the given Threshold. The results below that number are discarded. | |
| Handle | (Overrides ShareableBase Handle.) | |
| LineMaxResult | Gets the LineMaxResult. | |
| Score | Gets the calculated score of the current LineMax result and Segmenter result assignment. | |
| SegmentResult | Gets the segment result which is the most likely candidate from all the possible segmenter results. This is the highest scored element from the ConsideredSegmentResults. |
See Also