CharacterOptions property (ILTResultOptions)
ILTCharacterOptions * CharacterOptions | |
Overview |
Remarks
(Read only) Gets a pointer to an ILTCharacterOptions object that contains character options used by the OCR engine when saving recognition results.
This property is updated with the current values when the GetRecognitionResultOptions method is called.
The CharacterOptions property itself is read only. However, the properties accessed by this property, through the ResultOptions property, can be set with new character option values and these values set for the OCR engine by calling the SetRecognitionResultOptions method.
See Also