Struct SpellCheckError
Struct SpellCheckError
Namespace: Aspose.OCR.SpellChecker
Assembly: Aspose.OCR.dll (25.1.0)
ייצוג של מילה עם איות שגוי עם נתונים נוספים.
public struct SpellCheckError
חברים ירושים
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
מאפיינים
Length
אורך המילה עם האיות השגוי בטקסט הקלט.
public int Length { readonly get; set; }
ערך המאפיין
StartPosition
המיקום של המילה בטקסט הקלט.
public int StartPosition { readonly get; set; }
ערך המאפיין
SuggestedWords
רשימה של אובייקטים עם איות מוצע נכון
public List<suggestedword> SuggestedWords { readonly get; set; }
ערך המאפיין
List<SuggestedWord>
Word
המילה שיש לה איות שגוי.
public string Word { readonly get; set; }