←Select platform

ScoreRank Property

Summary

Search ranking score.

Syntax
C#
VB
C++
Java
public int ScoreRank { get; set; } 
Public Property ScoreRank() As Integer 
   Get 
   Set 
public:  
   property int ScoreRank 
   { 
      int get() 
      void set(int value) 
   } 
public int getScoreRank(); 
public void setScoreRank( 
   int intValue 
); 

Property Value

Value between 0 and 100. Higher values represent more confidence.

Remarks

Used for output.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

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