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

Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204