The CogOCVCharacterPosition type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| FontModelCount | Number of model candidates for this position. OCV verifies the highest scoring candidate. Models are specified using FontModelName & FontModelInstance. Increasing count adds models with an empty name and instance of zero. Decreasing removes candidates. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Rotation | The expected rotation, in radians, of this character position. The character position is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time. | |
| RotationUncertainty | Rotation uncertainty specifies the expected +/- range, in radians, of the image-to-image variation of a character's rotation. This is an unsigned value. | |
| RunTimeAcceptThreshold | The accept threshold specifies the matching score below which a character will fail verification. | |
| RunTimeConfidenceThreshold | The confidence score is the amount that a character's matching score must exceed the highest scoring confusing character in order to pass verification. | |
| Scaling | The expected scaling factor of this character position. The character position is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time. | |
| ScalingUncertainty | Scaling uncertainty specifies the expected +/- range of the of the image-to-image variation of a character's scaling factor. This is an unsigned value. | |
| TranslationUncertainty | Translation uncertainty specifies the expected +/- range of the image-to-image variation of a character's x,y position. This is an unsigned value. | |
| TranslationX | The expected X coordinate of this character position. This is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time. | |
| TranslationY | The expected Y coordinate of this character position. This is the position of a font model's origin with respect to the expected position of the pattern which the user supplies at run-time. | |
| UsePatternCharacterUncertainties | If true then this character position will use the common uncertainty settings in the pattern. Otherwise, this position will use the uncertainty settings specified by its own properties. | |
| UsePatternRunTimeCharacterThresholds | If set, the thresholds for the location will come from pattern's character location settings when the run-time parameter is built. |
See Also