The CogOCVMaxParagraphIterator type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConfusionThreshold | Get or set the confusion threshold for this paragraph. Every paragraph builds a confusion matrix when it is trained. This two dimensional array has one dimension with as many elements as there are unique keys to be searched for within this paragraph - we will call these the search keys. The other dimension has as many elements as there are in the (current) alphabet - we will call these the alphabet keys. For any combination of search key and alphabet key there is an associated confusion value. That value indicates how confusable the two keys are, with values near one being very confusable (e.g. '5' and 'S') and values near zero being not confusable (e.g. '5' and '1'). The ConfusionThreshold property specifies the value below which other keys are not considered by the operator for confusion purposes. So, with a ConfusionThreshold of zero, all keys will be tried. | |
| Font | Get or set the font for this paragraph. | |
| FontRenderParams | Get or set the font render parameters for this paragraph. | |
| IsEnd | Whether or not this iterator is positioned past the last paragraph in the containing CogOCVMaxPattern object. | |
| IsFirst | Whether or not this paragraph position is the initial paragraph position within the containing CogOCVMaxPattern object. | |
| IsInvalid | Whether or not this iterator is NOT positioned at a valid paragraph. If true, attempting to access paragraph-level properties or methods will produce an error. | |
| LineCount | The number of lines currently contained in the paragraph referenced by this iterator. | |
| Origin | Get or set the origin for this paragraph. | |
| Pattern | ||
| Polarity | Get or set the polarity for this paragraph. | |
| Pose | Get or set the pose for this paragraph. | |
| Position | Indicates the relative position of this paragraph within the CogOCVMaxPattern object. Numbering is zero based, so a value of zero indicates that this paragraph is the initial paragraph of the CogOCVMaxPattern object. | |
| TuneParams | Get or set the tune parameters for this paragraph. |
See Also