+ grammarCheckingResultWithRange:details:
Creates and returns a text checking result with the specified array of grammatical errors.
あるテキスト検査結果を文法的誤りいくらかからなるこの指定された配列について作成して返します。
Availability 有効性
Technology
@property(nullable, readonly, copy) NSArray
<NSDictionary
<NSString
*,id> *> *grammarDetails;
This array of strings is suitable for presenting to the user. 文字列からなるこの配列は、ユーザに提示するのに適します。
+ grammarCheckingResultWithRange:details: