CharactersAllowedType

CharactersAllowedType enumeration

Determines the type of characters allowed for recognition result.

public enum CharactersAllowedType

Values

NameValueDescription
ALL0Recognize all characters.
LATIN_ALPHABET1Recognize only if character is an latin alphabetic letter.
DIGITS2Recognize only if character is hexadecimal digit.

Remarks

Used in the RecognitionSettings to indicate which characters will be recognized.

See Also