Type Method 型メソッド

transitInformationCheckingResult(range:components:)

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

Declaration 宣言

class func transitInformationCheckingResult(range: NSRange, 
                                 components: [NSTextCheckingKey : String]) -> NSTextCheckingResult

Parameters パラメータ

range

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

components

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

Return Value 戻り値

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