  | TesseractOcrWordChars Property  | 
Gets the collection of all the Chars of the word.
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic IVector<TesseractOcrChar> Chars { get; }Public ReadOnly Property Chars As IVector(Of TesseractOcrChar)
	Get
public:
virtual property IVector<TesseractOcrChar^>^ Chars {
	IVector<TesseractOcrChar^>^ get () sealed;
}Property Value
Type: 
IVectorTesseractOcrChar
The Chars as a List of 
TesseractOcrChar.
See Also