←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly