Type Method 型メソッド

addressCheckingResult(range:components:)

Creates and returns a text checking result with the specified address components. テキスト検査結果をその指定された住所構成要素について作成して返します。

Declaration 宣言

class func addressCheckingResult(range: NSRange, 
                      components: [NSTextCheckingKey : String]) -> NSTextCheckingResult

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

components

A dictionary containing the address components. The dictionary keys are described in Keys for Address Components. 住所構成要素を含んでいる辞書。辞書キーは、住所構成要素に対するキーにおいて記述されます。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of address. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてaddressを持ちます。

See Also 参照

Text Checking Results for Addresses 住所に対するテキスト検査結果