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