'Declaration Public Function New( _
ByVal maxRegionWidthMaximum width of the recognition region.As System.Int32, _
ByVal maxRegionHeightMaximum height of the recognition region.As System.Int32, _
ByVal maxWordSizeMaximum size of the word.As System.Int32 _
)
public OcrRecognitionRegionSplittingSettings(
System.Int32 maxRegionWidth,
System.Int32 maxRegionHeight,
System.Int32 maxWordSize
)
public: OcrRecognitionRegionSplittingSettings(
System.Int32 maxRegionWidth,
System.Int32 maxRegionHeight,
System.Int32 maxWordSize
)
public:
OcrRecognitionRegionSplittingSettings(
System.Int32 maxRegionWidth,
System.Int32 maxRegionHeight,
System.Int32 maxWordSize
)
Parameters
- maxRegionWidth
- Maximum width of the recognition region.
- maxRegionHeight
- Maximum height of the recognition region.
- maxWordSize
- Maximum size of the word.