EditorViewGetTrainingData Method
|
Returns with the current training data file name.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic void GetTrainingData(
ref string FileName,
ref bool Embedded
)
Public Sub GetTrainingData (
ByRef FileName As String,
ByRef Embedded As Boolean
)
public:
void GetTrainingData(
String^% FileName,
bool% Embedded
)
Parameters
- FileName
- Type: SystemString
- Embedded
- Type: SystemBoolean
See Also