Documentation
Table of contents

CodeParserTaskSetting Object

Parameter Organization

A CodeParserTaskSetting object is defined as below:

Key Name Value Type Required or Optional Description
Name string Mandatory Sets the name of current CodeParserTaskSetting object. The value must be unique between all task-setting objects.
CodeSpecifications string array Optional Sets the value for parameter CodeSpecifications to define an array of specification file name objects that determine how to parse the code string
ResourcesPath string Optional Sets the value for parameter ResourcesPath to define the directory path that contains the resources needed for the code parser.

Here is a sample:

{
    "Name": "CPT1_PARSE_VIN",
    "CodeSpecifications": ["VIN"], 
    "ResourcesPath": "../VIN/" 
}

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

latest version

    • Latest version (2.2.20)
    • Version 2.x
      • Version 2.2.10
      • Version 2.2.0
      • Version 2.0.30
      • Version 2.0.20
      • Version 2.0.10
      • Version 2.0.0
    Change +
    © 2003–2024 Dynamsoft. All rights reserved.
    Privacy Statement / Site Map / Home / Purchase / Support