CogOCVMaxParagraphIterator SetAlphabet Method Cognex VisionPro 9.8 SR1
Overload List

  NameDescription
Public methodSetAlphabet 
Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph to be EVERY character available in the font. Confusion will be computed for every unique searched character versus this set of characters.
Public methodSetAlphabet( Int32 )
Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph. Specifically, set the list to correspond to those characters whose keys are in the supplied array of System::Int32. If this array has no elements, then the resulting empty alphabet list will be interpreted to mean use all available characters.
Public methodSetAlphabet(String)
Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph. Specifically, set the list to correspond to those characters in the supplied string argument. If the string argument is an empty string, the resulting empty alphabet list will be interpreted as meaning use all available characters. This method assumes that the character keys in the associated font are Unicode code point values.
Public methodSetAlphabet(CogOCVMaxCharacterTypeConstants)
Set the list of every character within the current font that may, either correctly or incorrectly, be observed within this paragraph. Specifically, set the list to correspond to those characters in the current font that match the categories specified by input bitfield. Categories include DecimalDigitNumber, LowercaseLetter, UppercaseLetter, All, and None. Note that the empty alphabet list created via the None setting will be interpreted as meaning use all available characters. This method assumes that the character keys in the associated font are Unicode code point values.
Top
See Also