SuggestedWord

Inheritance: java.lang.Object

public class SuggestedWord

Spelling suggestion returned from GetSpellCheckErrorList.

Constructors

ConstructorDescription
SuggestedWord()

Fields

FieldDescription
wordThe suggested correctly spelled word.
distanceThe distance between the searched and suggestion.

SuggestedWord()

public SuggestedWord()

word

public String word

The suggested correctly spelled word.

distance

public int distance

The distance between the searched and suggestion.