The word to compare with those in the user dictionaries. ユーザ辞書におけるそれらと比較する単語。
Instance Method
インスタンスメソッド
is
isWord(inUserDictionaries:caseSensitive:)
Indicates whether a given word is in the user’s list of learned words or the document’s list of words to ignore.
与えられた単語がユーザのもつ学習単語のリスとまたは書類のもつ無視する単語のリストの中にあるかどうかを指し示します。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
Parameters パラメータ
word
caseSensitive
Specifies whether the comparison is case sensitive. 比較がケースを考慮するかどうかを指定します。
Return Value 戻り値
A Boolean value indicating whether the word is in the user dictionaries. If true
, the word is acceptable to the user.
単語がユーザ辞書の中にあるかどうかを指し示すブール値。true
ならば、単語はユーザに受け入れ可能です。