class func addressCheckingResult (range: NSRange, components: [NSTextCheckingKey : String]) -> NSTextCheckingResult
Creates and returns a text checking result with the specified address components.
テキスト検査結果をその指定された住所構成要素について作成して返します。
Availability 有効性
Technology
var addressComponents: [NSTextCheckingKey
: String
]? { get }
The dictionary keys are described in Keys for Address Components. 辞書キーは、住所構成要素に対するキーにおいて記述されます。
class func addressCheckingResult (range: NSRange, components: [NSTextCheckingKey : String]) -> NSTextCheckingResult