var addressComponents : [NSTextCheckingKey : String]?
The address dictionary of a type checking result.
ある型検査結果の住所辞書。
Availability 有効性
Technology
class func addressCheckingResult(range: NSRange
,
components: [NSTextCheckingKey
: String
]) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
components
A dictionary containing the address components. The dictionary keys are described in Keys for Address Components. 住所構成要素を含んでいる辞書。辞書キーは、住所構成要素に対するキーにおいて記述されます。
Returns an NSText
with the specified range
and a result
of address
.
NSText
を返します、指定されたrange
と、result
としてaddress
を持ちます。
var addressComponents : [NSTextCheckingKey : String]?