RecognizeFolder

TemplateProcessor.RecognizeFolder method

Recognizes images from folder

public RecognitionResult[] RecognizeFolder(string folderPath, int recognitionThreshold = -100)
Parameter Type Description
folderPath String The path to the folder where the images to recognize are located
recognitionThreshold Int32 (Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled.

Return Value

The recognition result

See Also