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