Aqualogic Interaction API  
 

IPTSearchResponse.GetMisspelledToken Method 

Returns one misspelled token.

string GetMisspelledToken(
   int nIndex
);

Parameters

nIndex
Index of desired token, from 0 to (GetNumMisspelledTokens()-1).

Return Value

Misspelled token, lowercased.

See Also

IPTSearchResponse Interface | com.plumtree.server Namespace