Keyoti RapidSpell Web .NET Help Docs
Suggestion Constructor (word, score)
API DocumentationKeyoti.RapidSpellSuggestionSuggestion(String, Int32)
Keyoti RapidSpell Web .NET
Creates an instance
Declaration Syntax
C#Visual BasicVisual C++
public Suggestion(
	string word,
	int score
)
Public Sub New ( _
	word As String, _
	score As Integer _
)
public:
Suggestion(
	String^ word, 
	int score
)
Parameters
word (String)
The suggested word
score (Int32)
The score 0-1000 of how suitable suggestion is.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625