Struct SuggestedWord
Struct SuggestedWord
Namespace: Aspose.OCR.SpellChecker
Assembly: Aspose.OCR.dll (25.1.0)
הצעת איות שהוחזרה מ-GetSpellCheckErrorList.
public struct SuggestedWord
חברים מורשים
object.GetType(),
object.ToString(),
object.Equals(object?),
object.Equals(object?, object?),
object.ReferenceEquals(object?, object?),
object.GetHashCode()
Properties
מרחק
המרחק בין המילה שחיפשנו לבין ההצעה.
public int Distance { readonly get; set; }
ערך המאפיין
מילה
המילה המוצעת עם האיות הנכון.
public string Word { readonly get; set; }