| TesseractOcrContextSetTesseractVariable Method |
Sets the value of a variable in the engine.
Namespace: DevScope.Ocr.Tesseract.WindowsPhoneAssembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax public void SetTesseractVariable(
string key,
string value
)
Public Sub SetTesseractVariable (
key As String,
value As String
)
public:
virtual void SetTesseractVariable(
[InAttribute] String^ key,
[InAttribute] String^ value
) sealed
Parameters
- key
- Type: SystemString
The variable name. - value
- Type: SystemString
The variable value.
Remarks See Also