Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
Dynamsoft Label Recognition SDK - LineSpecification Object
Parameter Name | Description |
---|---|
LineSpecification.Name |
The name of the LineSpecification object. |
LineSpecification.CharacterModelName |
Sets the name of a white list of recognizable characters. |
LineSpecification.LineNumber |
The line number of the line targeted by the LineSpecification object. |
LineSpecification.LineStringLengthRange |
Sets the range of string length for each recognized line. |
LineSpecification.LineStringRegExPattern |
Specifies the regular expression pattern of the string within a line. |
LineSpecification.FirstPoint |
The first point of the line, which is usually the top-left corner. |
LineSpecification.SecondPoint |
The second point of the line, which is usually the top-right corner. |
LineSpecification.ThirdPoint |
The third point of the line, which is usually the bottom-right corner. |
LineSpecification.FourthPoint |
The fourth point of the line, which is usually the bottom-left corner. |