Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
Dynamsoft Label Recognition SDK - TextArea Object
Parameter Name | Description |
---|---|
TextArea.Name |
The name of the TextArea object. |
TextArea.FirstPoint |
The first point of the text area, which is usually the top-left corner. |
TextArea.SecondPoint |
The second point of the text area, which is usually the top-right corner. |
TextArea.ThirdPoint |
The third point of the text area, which is usually the bottom-right corner. |
TextArea.FourthPoint |
The fourth point of the text area, which is usually the bottom-left corner. |
TextArea.CharacterModelName |
Sets the name of a white list of recognizable characters. |
TextArea.GrayscaleTransformationModes |
Sets the mode and priority for the grayscale image conversion. |
TextArea.LetterHeightRange |
Sets the range of letter height (in pixel or a percentage value relative to the height of the text area). |
TextArea.LinesCount |
Sets the text lines count of the text area. |
TextArea.LineSpecificationNameArray |
Specifies the name array of the LineSpecification objects which is relative to current TextArea. |
TextArea.LineStringLengthRange |
Sets the range of string length for each recognized line. |
TextArea.LineStringRegExPattern |
Specifies the regular expression pattern of each line string text in current text area to recognize. |
TextArea.MaxLineCharacterSpacing |
Sets the maximum spacing between characters treated as one line. |
TextArea.TextAreaNameArray |
Specifies the name array of the TextAreas which is relative to current text area. |
TextArea.TextStringLengthRange |
Sets the range of string length for each recognized text area. |
TextArea.TextRegExPattern |
Specifies the regular expression pattern of the text to recognize. |