NSLingusticEnumerator Delegate

Definition

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

Parameters

tag
NSString
tokenRange
NSRange
sentenceRange
NSRange
stop
Boolean

Applies to