Struct SuggestedWord

Struct SuggestedWord

Nazwa przestrzeń: Aspose.OCR.SpellChecker Zgromadzenie: Aspose.OCR.dll (25.4.0)

Spelling sugestia powróciła z GetSpellCheckErrorList.

public struct SuggestedWord

Dziedziczeni członkowie

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Distance

Odległość między poszukiwanym a sugestią.

public int Distance { readonly get; set; }

Wartość nieruchomości

int

Word

Słowo sugerowane prawidłowo.

public string Word { readonly get; set; }

Wartość nieruchomości

string

 Polski