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])| Parameter | Description |
|---|---|
| callback | Receives the starting position of a misspelled word. |
| error |
Optional. Is called when the operation failed with an error. |