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

checkingTypes

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

Declaration 宣言

@property(readonly) NSTextCheckingTypes checkingTypes;

Discussion 議論

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

Currently, the supported data detectors checkingTypes are: NSTextCheckingTypeDate, NSTextCheckingTypeAddress, NSTextCheckingTypeLink, NSTextCheckingTypePhoneNumber, and NSTextCheckingTypeTransitInformation.