NLTokenizerEnumerateContinuationHandler Delegate

Definition

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.

Applies to