←Select platform

MatchThreshold Property

Summary

The threshold used to determine the point at which "no match" is declared.

Syntax
C#
C++/CLI
Python
public float MatchThreshold {get; set;} 
public:  
   property Single MatchThreshold 
   { 
      Single get() 
      void set(Single value) 
   } 
MatchThreshold # get and set (DocumentCompareOptions) 

Property Value

A float between 0 and 1 indicating the threshold. The default value is 0.5.

Remarks

A value of 0 indicates that the match must be perfect. Setting the value higher (the maximum is 1.0) allows more difference between the two samples.

Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.