'Declaration Public ReadOnly Property TextLines As System.Collections.Generic.List(Of OcrTextLine)
public System.Collections.Generic.List<OcrTextLine> TextLines { get; }
public: __property System.Collections.Generic.List<OcrTextLine*>* get_TextLines();
public:
property System.Collections.Generic.List<OcrTextLine^>^ TextLines { System.Collections.Generic.List<OcrTextLine^>^ get(); }