OcrRecognitionRegionSplittingSettings Class Members
In This Topic
The following tables list the members exposed by
OcrRecognitionRegionSplittingSettings.
Public Constructors
Public Properties
| Name | Description |
  | Default | Gets a static instance of the OcrRecognitionRegionSplittingSettings class, which must be used if the recognition region splitting settings must be calculated automatically. |
 | MaxRegionHeight | Gets or sets the maximum height, in pixels, of the recognition region. |
 | MaxRegionWidth | Gets or sets the maximum width, in pixels, of the recognition region. |
 | MaxWordSize | Gets or sets the maximum size, in pixels, of the word. |
Public Methods
| Name | Description |
 | Clone | Creates a new object that is a copy of the current OcrEngineSettings instance. |
 | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. |
See Also