VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAutoTextOrientationCommandJS type / get_MinConfidence Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_MinConfidence Method
In This Topic
Gets the minimum confidence for determined orientation.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebAutoTextOrientationCommandJS();

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

Return Value

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