VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / OcrPreprocessingCommand Class / SegmentationTextRegions Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SegmentationTextRegions Property (OcrPreprocessingCommand)
    In This Topic
    Gets the results of the document segmentation.
    Syntax
    '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(); }
    Remarks

    Results contains only text regions.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also