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