NSLinguisticAnalysis extension

NSLinguisticAnalysis

on
  • NSString

Methods

enumerateLinguisticTagsInRange(NSRange range, {required NSString scheme, required NSLinguisticTaggerOptions options, NSOrthography? orthography, required ObjCBlock<Void Function(NSString?, NSRange, NSRange, Pointer<Bool>)> usingBlock}) → void

Available on NSString, provided by the NSLinguisticAnalysis extension

enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:
linguisticTagsInRange(NSRange range, {required NSString scheme, required NSLinguisticTaggerOptions options, NSOrthography? orthography, required Pointer<Pointer<ObjCObject>> tokenRanges}) → NSArray

Available on NSString, provided by the NSLinguisticAnalysis extension

linguisticTagsInRange:scheme:options:orthography:tokenRanges: