static var orthography: NSTextCheckingResult.CheckingType
Attempts to identify the language
言語の識別を試みます
static var spelling: NSTextCheckingResult.CheckingType
Checks spelling.
綴りを検査します。
static var grammar: NSTextCheckingResult.CheckingType
Checks grammar.
文法を検査します。
static var date: NSTextCheckingResult.CheckingType
Attempts to locate dates.
日付の位置の特定を試みます。
static var address: NSTextCheckingResult.CheckingType
Attempts to locate addresses.
住所の位置の特定を試みます。
static var link: NSTextCheckingResult.CheckingType
Attempts to locate URL links.
URLリンクの位置の特定を試みます。
static var quote: NSTextCheckingResult.CheckingType
Replaces quotes with smart quotes.
引用符をスマート引用符で置き換えます。
static var dash: NSTextCheckingResult.CheckingType
Replaces dashes with em-dashes.
ダッシュをemダッシュで置き換えます。
static var replacement: NSTextCheckingResult.CheckingType
Replaces characters such as (c) with the appropriate symbol (in this case ©).
例えば (c) のような文字を適切な表象で置き換えます(この場合©)。
static var correction: NSTextCheckingResult.CheckingType
Performs autocorrection on misspelled words.
綴り間違い単語に関して自動訂正を実行します。
static var regularExpression : NSTextCheckingResult.CheckingType
Matches a regular expression.
ある正規表現にマッチするもの。
static var phoneNumber : NSTextCheckingResult.CheckingType
Matches a phone number.
ある電話番号に合致します。
static var transitInformation : NSTextCheckingResult.CheckingType
Matches a transit information, for example, flight information.
ある輸送機関情報に合致します、例えば、航空便情報。