Initializer

init(types:)

Initializes and returns a data detector instance. データ検出子インスタンスを初期化して返します。

Declaration 宣言

init(types checkingTypes: NSTextCheckingTypes) throws

Parameters パラメータ

checkingTypes

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

error

An out parameter that if an error occurs during initialization contains the encountered error. あるアウトパラメータ、それは初期化の間にエラーから起きるならば、その出くわしたエラーを含みます。

Return Value 戻り値

Returns the newly initialized data detector. If an error was encountered returns nil, and error contains the error. 新しく初期化されたデータ検出子。エラーが出くわされたならばnilを返します、そしてerrorはそのエラーを含みます。

Discussion 議論

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

See Also 参照

Related Documentation 関連文書