Class NSTextCheckingType


  • public final class NSTextCheckingType
    extends java.lang.Object
    NSTextCheckingResult is a class used to describe items located by text checking. Each of these objects represents something that has been found during checking--a misspelled word, a sentence with grammatical issues, a detected URL, a straight quote to be replaced with curly quotes, and so forth.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Address
      address detection
      static long Correction
      autocorrection
      static long Dash
      smart dashes
      static long Date
      date/time detection
      static long Grammar
      grammar checking
      static long Link
      link detection
      static long Orthography
      language identification
      static long PhoneNumber
      phone number detection
      static long Quote
      smart quotes
      static long RegularExpression
      regular expression matches
      static long Replacement
      fixed replacements, such as copyright symbol for (c)
      static long Spelling
      spell checking
      static long TransitInformation
      transit (e.g. flight) info detection
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait