RecognitionContext Constructor (String, 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,
string externalId
)
Public Sub New (
licenseKey As String,
writableDataPath As String,
externalId As String
)
public:
RecognitionContext(
String^ licenseKey,
String^ writableDataPath,
String^ externalId
)
new :
licenseKey : string *
writableDataPath : string *
externalId : 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. - externalId
- Type: SystemString
Customer defined id that is verified in the license key. Optional feature for resellers of the SDK.
Version Information
Supported in: 1.0
See Also