NSEnumerateLinguisticTagsEnumerator Delegate

Definition

An enumerator to pass to methods in the NSLinguisticAnalysis class.

public delegate bool NSEnumerateLinguisticTagsEnumerator(NSString tag, NSRange tokenRange, NSRange sentenceRange, ref bool stop);
type NSEnumerateLinguisticTagsEnumerator = delegate of NSString * NSRange * NSRange *  -> bool

Parameters

tag
NSString
tokenRange
NSRange
sentenceRange
NSRange
stop
Boolean

Return Value

Applies to