TemplateProcessorRecalculate Method
Updates recognition result using fine tuned parameters.

Namespace: Aspose.OMR.Api
Assembly: Aspose.OMR (in Aspose.OMR.dll) Version: 19.9.0.0 (19.9.0.0)
Syntax
public void Recalculate(
	RecognitionResult result,
	int recognitionThreshold = -100
)

Parameters

result
Type: Aspose.OMR.ModelRecognitionResult
The recognition result to update.
recognitionThreshold (Optional)
Type: SystemInt32
(Optional) The recognition threshold in range (0..100). Only elements filled above threshold will be counted as filled.
Remarks
Use this method to improve the recognition results
See Also