'Declaration <DescriptionAttribute("The results of the document segmentation.")> Public ReadOnly Property SegmentationTextRegions As System.Collections.ObjectModel.ReadOnlyCollection(Of ImageRegion)
[Description("The results of the document segmentation.")] public System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion> SegmentationTextRegions { get; }
[Description("The results of the document segmentation.")] public: __property System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion*>* get_SegmentationTextRegions();
[Description("The results of the document segmentation.")] public:
property System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion^>^ SegmentationTextRegions { System.Collections.ObjectModel.ReadOnlyCollection<ImageRegion^>^ get(); }