Keyoti RapidSpell Desktop .NET API Docs
IdentifyChange Method (hint)
APIKeyoti.RapidSpellRapidSpellAsYouTypeAgentIdentifyChange(TextChangeHint)
Keyoti RapidSpell Desktop .NET
Returns the start and end indices in the current text of the changed text
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
protected int[] IdentifyChange(
	TextChangeHint hint
)
protected int[] IdentifyChange(
	TextChangeHint hint
)
Protected Function IdentifyChange ( 
	hint As TextChangeHint
) As Integer()
Protected Function IdentifyChange ( 
	hint As TextChangeHint
) As Integer()
protected:
array<int>^ IdentifyChange(
	TextChangeHint^ hint
)
protected:
array<int>^ IdentifyChange(
	TextChangeHint^ hint
)
member IdentifyChange : 
        hint : TextChangeHint -> int[] 
member IdentifyChange : 
        hint : TextChangeHint -> int[] 
Parameters
Return Value
array<Int32>[]()[][]
Remarks
Note that end index is on right hand side of last character. eg.
 Copy imageCopy
"cat"
 ^ ^
 0 3

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412