Type Method 型メソッド

grammarCheckingResult(range:details:)

Creates and returns a text checking result with the specified array of grammatical errors. あるテキスト検査結果を文法的誤りいくらかからなるこの指定された配列について作成して返します。

Declaration 宣言

class func grammarCheckingResult(range: NSRange, 
                         details: [[String : Any]]) -> NSTextCheckingResult

Parameters パラメータ

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. 文法的誤りに関する詳細それらからなるある配列。文字列からなるこの配列は、ユーザに提示するのに適します。

Return Value 戻り値

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

See Also 参照

Text Checking Results for Grammar 文法に対するテキスト検査結果