RecognizeFolder

TemplateProcessor.RecognizeFolder method

Recognizes images from folder

public RecognitionResult[] RecognizeFolder(string folderPath, int recognitionThreshold = -100)
ParameterTypeDescription
folderPathStringThe path to the folder where the images to recognize are located
recognitionThresholdInt32(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