Type Method 型メソッド

transitInformationCheckingResultWithRange:components:

Creates and returns a text checking result with the specified transit information. あるテキスト検査結果をこの指定された輸送機関情報について作成して返します。

Declaration 宣言

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

Parameters パラメータ

range

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

components

A dictionary containing the transit components. The currently supported keys are NSTextCheckingAirlineKey and NSTextCheckingFlightKey. 輸送機関構成要素を含んでいる辞書。現在サポートされるキーは、NSTextCheckingAirlineKeyNSTextCheckingFlightKeyです。

Return Value 戻り値

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