grammarDetails
The details of a located grammatical type checking result.
ある突き止められた文法的型検査結果の詳細。
Availability 有効性
Technology
+ (NSTextCheckingResult
*)grammarCheckingResultWithRange:(NSRange
)range
details:(NSArray
<NSDictionary
<NSString
*,id> *> *)details;
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 NSText
.
NSText
を返します、指定されたrange
と、result
としてNSText
を持ちます。
grammarDetails