Package apple.foundation.enums
Class NSTextCheckingType
- java.lang.Object
-
- apple.foundation.enums.NSTextCheckingType
-
public final class NSTextCheckingType extends java.lang.ObjectNSTextCheckingResult 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 longAddressaddress detectionstatic longCorrectionautocorrectionstatic longDashsmart dashesstatic longDatedate/time detectionstatic longGrammargrammar checkingstatic longLinklink detectionstatic longOrthographylanguage identificationstatic longPhoneNumberphone number detectionstatic longQuotesmart quotesstatic longRegularExpressionregular expression matchesstatic longReplacementfixed replacements, such as copyright symbol for (c)static longSpellingspell checkingstatic longTransitInformationtransit (e.g. flight) info detection
-
-
-
Field Detail
-
Orthography
public static final long Orthography
language identification- See Also:
- Constant Field Values
-
Spelling
public static final long Spelling
spell checking- See Also:
- Constant Field Values
-
Grammar
public static final long Grammar
grammar checking- See Also:
- Constant Field Values
-
Date
public static final long Date
date/time detection- See Also:
- Constant Field Values
-
Address
public static final long Address
address detection- See Also:
- Constant Field Values
-
Link
public static final long Link
link detection- See Also:
- Constant Field Values
-
Quote
public static final long Quote
smart quotes- See Also:
- Constant Field Values
-
Dash
public static final long Dash
smart dashes- See Also:
- Constant Field Values
-
Replacement
public static final long Replacement
fixed replacements, such as copyright symbol for (c)- See Also:
- Constant Field Values
-
Correction
public static final long Correction
autocorrection- See Also:
- Constant Field Values
-
RegularExpression
public static final long RegularExpression
regular expression matches- See Also:
- Constant Field Values
-
PhoneNumber
public static final long PhoneNumber
phone number detection- See Also:
- Constant Field Values
-
TransitInformation
public static final long TransitInformation
transit (e.g. flight) info detection- See Also:
- Constant Field Values
-
-