addressComponents
The address dictionary of a type checking result.
ある型検査結果の住所辞書。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)addressCheckingResultWithRange:(NSRange
)range
components:(NSDictionary
<NSTextCheckingKey
,NSString
*> *)components;
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 NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
addressComponents