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; }
속성 값
단어
제안된 올바르게 철자된 단어.
public string Word { readonly get; set; }