Instance Method インスタンスメソッド

spellServer(_:suggestGuessesForWord:inLanguage:)

Gives the delegate the opportunity to suggest guesses to the sender for the correct spelling of the given misspelled word in the specified language. この与えられた綴り間違い単語の正しい綴りについて指定された言語においてセンダーに推測を提案する機会を委任先に与えます。

Declaration 宣言

optional func spellServer(_ sender: NSSpellServer, 
    suggestGuessesForWord word: String, 
               inLanguage language: String) -> [String]?

Parameters パラメータ

sender

The NSSpellServer object that sent this message. このメッセージを送ったNSSpellServerオブジェクト。

word

The misspelled word. 綴り間違い単語。

language

The language to use for the guesses. 推測に使う言語。

Return Value 戻り値

An array of NSString objects indicating possible correct spellings. 可能な正しい綴りを指し示すNSStringオブジェクト幾つかからなる配列。

See Also 参照

Check Grammar and Spelling in Strings 文法とスペルを文字列において検査する