Struct SuggestedWord
Struct SuggestedWord
名称: Aspose.OCR.SpellChecker 集合: Aspose.OCR.dll (25.4.0)
Spelling 提议从 GetSpellCheckErrorList 返回。
public struct SuggestedWord
继承人
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Distance
寻找和建议之间的距离。
public int Distance { readonly get; set; }
财产价值
Word
提出的正确编写的词。
public string Word { readonly get; set; }