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; }

属性值

int

StartPosition

单词在输入文本中的位置。

public int StartPosition { readonly get; set; }

属性值

int

SuggestedWords

建议正确拼写的对象列表。

public List<suggestedword> SuggestedWords { readonly get; set; }

属性值

List<SuggestedWord&gt;

Word

被拼写错误的单词。

public string Word { readonly get; set; }

属性值

string

 中文