The range of the detected result. 検出された結果の範囲。
Type Method
型メソッド
transit
transitInformationCheckingResultWithRange:components:
Creates and returns a text checking result with the specified transit information.
あるテキスト検査結果をこの指定された輸送機関情報について作成して返します。
Availability 有効性
- iOS 4.0+
- iPadOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
+ (NSTextCheckingResult
*)transitInformationCheckingResultWithRange:(NSRange
)range
components:(NSDictionary
<NSTextCheckingKey
,NSString
*> *)components;
Parameters パラメータ
range
components
A dictionary containing the transit components. The currently supported keys are
NSText
andChecking Airline Key NSText
. 輸送機関構成要素を含んでいる辞書。現在サポートされるキーは、Checking Flight Key NSText
とChecking Airline Key NSText
です。Checking Flight Key
Return Value 戻り値
Returns an NSText
with the specified range
and a result
of NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。