Struct SpellCheckError
Struct SpellCheckError
Le nom : Aspose.OCR.SpellChecker Assemblée: Aspose.OCR.dll (25.4.0)
Presentazione di parole sbagliate con dati aggiuntivi.
public struct SpellCheckError
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Length
La lunghezza del termine MSspelled nel testo di input.
public int Length { readonly get; set; }
Valore di proprietà
StartPosition
La posizione del termine nel testo di input.
public int StartPosition { readonly get; set; }
Valore di proprietà
SuggestedWords
Elenco degli oggetti con raccomandati giochi corretti
public List<suggestedword> SuggestedWords { readonly get; set; }
Valore di proprietà
List di < SuggestedWord >
Word
La parola è sbagliata.
public string Word { readonly get; set; }