VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewCommandJS type / get_MinConfidence Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MinConfidence Method
    In This Topic
    Gets the minimum confidence, in percents, for determined rotation angle.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebDeskewCommandJS();
    
    var value; // Type: number
    value = instance.get_MinConfidence();
    
    
    function get_MinConfidence() : number;
    

    Return Value

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