RecognitionContext Constructor (String, String) |
Create a new context for recognition
Namespace:
Scandit.Recognition
Assembly:
Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.18.0.10 (5.18.0.10)
Syntax public RecognitionContext(
string licenseKey,
string writableDataPath
)
Public Sub New (
licenseKey As String,
writableDataPath As String
)
public:
RecognitionContext(
String^ licenseKey,
String^ writableDataPath
)
new :
licenseKey : string *
writableDataPath : string -> RecognitionContext
Parameters
- licenseKey
- Type: SystemString
Your Scandit BarcodeScanner license key. - writableDataPath
- Type: SystemString
A path to a local folder where the context may write its private data.
Must be writable.
Remarks
For performance reasons it is recommended that only one context per application is used.
Version Information
Supported in: 1.0
See Also