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()

属性

距离

搜索的单词与建议之间的距离。

public int Distance { readonly get; set; }

属性值

int

单词

建议的拼写正确的单词。

public string Word { readonly get; set; }

属性值

string

 中文