Keyoti RapidSpell Desktop .NET API Docs
Suggestion Constructor (word, score)
APIKeyoti.RapidSpellSuggestionSuggestion(String, Int32)
Keyoti RapidSpell Desktop .NET
Creates an instance
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public Suggestion(
	string word,
	int score
)
public Suggestion(
	string word,
	int score
)
Public Sub New ( 
	word As String,
	score As Integer
)
Public Sub New ( 
	word As String,
	score As Integer
)
public:
Suggestion(
	String^ word, 
	int score
)
public:
Suggestion(
	String^ word, 
	int score
)
new : 
        word : string * 
        score : int -> Suggestion
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.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412