| TesseractOcrParagraphTextLines Property |
Gets the collection of child textlines that belong to the current paragraph.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public IVector<TesseractOcrTextLine> TextLines { get; }
Public ReadOnly Property TextLines As IVector(Of TesseractOcrTextLine)
Get
public:
virtual property IVector<TesseractOcrTextLine^>^ TextLines {
IVector<TesseractOcrTextLine^>^ get () sealed;
}
Property Value
Type:
IVectorTesseractOcrTextLineSee Also