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

プロパティ

Distance

検索された単語と提案の間の距離。

public int Distance { readonly get; set; }

プロパティ値

int

Word

提案された正しくスペルされた単語。

public string Word { readonly get; set; }

プロパティ値

string

 日本語