←Select platform

RegionOfInterestRectangles Property

Summary

List of LeadRect objects which specify which portion of the page image represents the important features of the page.

Syntax

C#
VB
C++
Java
public IList<LeadRect> RegionOfInterestRectangles { get; } 
  
Public ReadOnly Property RegionOfInterestRectangles As IList(Of LeadRect) 
public java.util.List<LeadRect> getRegionOfInterestRectangles(); 
public: 
property IList<LeadRect>^ RegionOfInterestRectangles { 
   IList<LeadRect>^ get(); 
} 

Property Value

List of LeadRect objects representing the important areas of the form.

Remarks

If it has no rectangle then all image features will have the same influence in recognition results.

Example

For an example, refer to PageRecognitionOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly