Global Variable
グローバル変数
NSGrammar
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
キーが辞書の中に存在しないならばそれは文範囲全体に等しいと仮定されます。
Availability 有効性
- macOS 10.5+
Technology
- Foundation ファウンデーション
Declaration 宣言
let NSGrammarRange: String