Struct SpellCheckError

Struct SpellCheckError

Namespace: Aspose.OCR.SpellChecker
Assembly: Aspose.OCR.dll (25.4.0)

Representing misspelled word with additional data.

public struct SpellCheckError

Inherited Members

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

Properties

Length

Msspelled word’s length in the input text.

public int Length { readonly get; set; }

Property Value

int

StartPosition

Word’s position in the input text.

public int StartPosition { readonly get; set; }

Property Value

int

SuggestedWords

list of objects with suggested correct spellings

public List<suggestedword> SuggestedWords { readonly get; set; }

Property Value

List < SuggestedWord &gt;

Word

The word being misspelled.

public string Word { readonly get; set; }

Property Value

string

 English