Instance Property インスタンスプロパティ

checkingTypes

Returns the checking types for this data detector. このデータ検出子に対して調べる型それらを返します。

Declaration 宣言

var checkingTypes: NSTextCheckingTypes { get }

Discussion 議論

The supported subset of checking types are specified in NSTextCheckingResult.CheckingType. Those constants can be combined using the C-bitwise OR operator. 調べる型それらのサポートされる下位集合は、NSTextCheckingResult.CheckingTypeです。それらの定数は、Cビット単位OR演算子を使って組み合わせられます。

Currently, the supported data detectors checkingTypes are: date, address, link, NSTextCheckingTypePhoneNumber, and NSTextCheckingTypeTransitInformation.