  | TesseractOcrCharCharacter Property  | 
Gets the character that represents the ocr char.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAssembly: DevScope.Ocr.Tesseract.Windows.x86 (in DevScope.Ocr.Tesseract.Windows.x86.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic char Character { get; }Public ReadOnly Property Character As Char
	Get
public:
property wchar_t Character {
	wchar_t get ();
}Property Value
Type: 
Char
See Also