public FormRecognitionManager(
Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateMatchingCommand templateMatching,
Vintasoft.Imaging.FormsProcessing.FormRecognition.FormTemplateManager formTemplates
)
public: FormRecognitionManager(
Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateMatchingCommand* templateMatching,
Vintasoft.Imaging.FormsProcessing.FormRecognition.FormTemplateManager* formTemplates
)
public:
FormRecognitionManager(
Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateMatchingCommand^ templateMatching,
Vintasoft.Imaging.FormsProcessing.FormRecognition.FormTemplateManager^ formTemplates
)
'Declaration Public Function New( _
ByVal templateMatchingThe template matching command.As Vintasoft.Imaging.FormsProcessing.TemplateMatching.TemplateMatchingCommand, _
ByVal formTemplatesThe form template manager.As Vintasoft.Imaging.FormsProcessing.FormRecognition.FormTemplateManager _
)
Parameters
- templateMatching
- The template matching command.
- formTemplates
- The form template manager.