  | TesseractOcrDocumentAllWords Property  | 
Represents a list of all instances of 
TesseractOcrWord that are present in the OcrDocument. 
Provides methods to search, sort, and manipulate that list
 
Namespace: DevScope.Ocr.Tesseract.WindowsAppAssembly: DevScope.Ocr.Tesseract.WindowsApp (in DevScope.Ocr.Tesseract.WindowsApp.dll) Version: 255.255.255.255
Syntaxpublic IVector<TesseractOcrWord> AllWords { get; }Public ReadOnly Property AllWords As IVector(Of TesseractOcrWord)
	Get
public:
virtual property IVector<TesseractOcrWord^>^ AllWords {
	IVector<TesseractOcrWord^>^ get () sealed;
}Property Value
Type: 
IVectorTesseractOcrWord
All the document words as a List of 
TesseractOcrWord.	
See Also