Gets the starting position of a misspelled word. It is a one-based index of the word's first character.

<void> MisspelledWord.getStart(<RequestNumberCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
callback Receives the starting position of a misspelled word.
errorCallback Optional. Is called when the operation failed with an error.