Struct SuggestedWord
Struct SuggestedWord
Namespace: Aspose.OCR.SpellChecker
Assembly: Aspose.OCR.dll (25.2.0)
Spelling suggestion returned from GetSpellCheckErrorList.
public struct SuggestedWord
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Distance
The distance between the searched and suggestion.
public int Distance { readonly get; set; }
Property Value
Word
The suggested correctly spelled word.
public string Word { readonly get; set; }