VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewDocumentImageCommandJS type / get_MinConfidence Property
Syntax BrowserCompatibility SeeAlso
get_MinConfidence Method
Gets the minimum confidence, in percents, for determined rotation angle.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewDocumentImageCommandJS();

var value; // Type: number
value = instance.get_MinConfidence();

Return Value

Minimum confidence, in percents, for determined rotation angle. Valid values are from 0.0 to 1.0. Default value is 0.3.
Browser Compatibility
56+
45+
11
See Also