NLTokenizerEnumerateContinuationHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate to apply to tokens as they are enumerated by EnumerateTokens(NSRange, NLTokenizerEnumerateContinuationHandler).
public delegate void NLTokenizerEnumerateContinuationHandler(NSRange tokenRange, NLTokenizerAttributes flags, out bool stop);
type NLTokenizerEnumerateContinuationHandler = delegate of NSRange * NLTokenizerAttributes * -> unit
Parameters
- tokenRange
- NSRange
The range of tokens to which to apply the delegate.
- flags
- NLTokenizerAttributes
Tokenizer hints.
- stop
- Boolean
false
to stop enumerating.