Type Method 型メソッド

addressCheckingResultWithRange:components:

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

Declaration 宣言

+ (NSTextCheckingResult *)addressCheckingResultWithRange:(NSRange)range 
                                              components:(NSDictionary<NSTextCheckingKey,NSString *> *)components;

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 NSTextCheckingTypeAddress. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてNSTextCheckingTypeAddressを持ちます。

See Also 参照

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