CharReport3
Contains information about a character.
Elements
| Name | Type | Description |
|---|---|---|
| character | const char* | The character value. |
| classificationScore | int | The degree to which the assigned character class represents the object better than the other character classes in the character set. |
| verificationScore | int | The similarity of the character and the reference character for the character class. If a reference character does not exist for the character class, the score will be 0. |
| verified | int | This element is TRUE if a reference character was found for the character class and FALSE if a reference character was not found. |
| lowThreshold | int | The minimum value of the threshold range used for this character. |
| highThreshold | int | The maximum value of the threshold range used for this character. |
| characterStats | CharacterStatistics | Describes the characters segmented in the ROI. |