var grammarDetails : [[String : Any]]?
The details of a located grammatical type checking result.
ある突き止められた文法的型検査結果の詳細。
Availability 有効性
Technology
class func grammarCheckingResult(range: NSRange
,
details: [[String
: Any]]) -> NSTextCheckingResult
range
The range of the detected result. 検出された結果の範囲。
details
An array of details regarding the grammatical errors. This array of strings is suitable for presenting to the user. 文法的誤りに関する詳細それらからなるある配列。文字列からなるこの配列は、ユーザに提示するのに適します。
Returns an NSText
with the specified range
and a result
of grammar
.
NSText
を返します、この指定されたrange
と、result
としてgrammar
を持ちます。
var grammarDetails : [[String : Any]]?