class func grammarCheckingResult (range: NSRange, details: [[String : Any]]) -> NSTextCheckingResult
Creates and returns a text checking result with the specified array of grammatical errors.
あるテキスト検査結果を文法的誤りいくらかからなるこの指定された配列について作成して返します。
Availability 有効性
Technology
var grammarDetails: [[String
: Any]]? { get }
This array of strings is suitable for presenting to the user. 文字列からなるこの配列は、ユーザに提示するのに適します。
class func grammarCheckingResult (range: NSRange, details: [[String : Any]]) -> NSTextCheckingResult