Notice: This documentation is archived. For the latest product features and documentation, please visit Dynamsoft Capture Vision Documentation.
BaseTextLineSpecificationName
Parameter BaseTextLineSpecificationName
represents the name of another BaseTextLineSpecificationName
object. It is used to inherit the parameters defined in its parent BaseTextLineSpecificationName
object. If a parameter has already been defined in this object, the parameter with the same name will not be inherited from the parent object.
Example
{
"BaseTextLineSpecificationName": "LS_0"
}
Parameter Summary
BaseTextLineSpecificationName Parameter Summary |
---|
Type String |
Range One of the existing TextLineSpecification object name. |
Default Value ”” |
Remarks The default value “” means this object don’t inherit the settings of another object. |