VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / OcrPreprocessingCommand Class / SegmentationTextRegions Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    SegmentationTextRegions Свойство (OcrPreprocessingCommand)
    В этом разделе
    Возвращает результаты сегментации документа.
    Синтаксис
    '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(); }
    Ремарки

    Результаты содержат только текстовые области.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также