The range of the detected result. 検出された結果の範囲。
Type Method
型メソッド
transit
transitInformationCheckingResult(range: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 宣言
class func transitInformationCheckingResult(range: NSRange
,
components: [NSTextCheckingKey
: String
]) -> NSTextCheckingResult
Parameters パラメータ
range
components
Return Value 戻り値
Returns an NSText
with the specified range
and a result
of transit
.
NSText
を返します、指定されたrange
と、result
としてtransit
を持ちます。