Global Variable グローバル変数

NSGrammarRange

The value for the NSGrammarRange dictionary key should be an NSValue containing an NSRange, a subrange of the sentence range used as the return value, whose location should be an offset from the beginning of the sentence--so, for example, an NSGrammarRange for the first four characters of the overall sentence range should be {0, 4}. If the NSGrammarRange key is not present in the dictionary it is assumed to be equal to the overall sentence range. NSGrammarRange辞書キーに対する値は、NSValueであり、戻り値として使われる文範囲の下位範囲NSRangeを含んでいるべきです、それの位置は文の始まりからのオフセットであるべきです -- それで、例えば、文全体の最初の4文字に対するNSGrammarRangeは、{0, 4}であるべきです。NSGrammarRangeキーが辞書の中に存在しないならばそれは文範囲全体に等しいと仮定されます。

Declaration 宣言

let NSGrammarRange: String