 | OcrApiIterator Property |
Get a reading-order iterator to the results of LayoutAnalysis and/or
Recognize.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic OcrResultIterator Iterator { get; }Public ReadOnly Property Iterator As OcrResultIterator
Get
public:
property OcrResultIterator^ Iterator {
OcrResultIterator^ get ();
}member Iterator : OcrResultIterator with get
/** @property */
public OcrResultIterator get_Iterator()
Property Value
OcrResultIterator
Exceptions
Remarks
WARNING! This class points to data held within the
OcrApi class, and
therefore can only be used while the
OcrApi class still exists and
has not been subjected to a call of
Init,
SetImage,
Recognize,
Clear,
Release,
or anything else that changes the internal PAGE_RES.
See Also