Type Method 型メソッド

correctionCheckingResult(range:replacementString:)

Creates and returns a text checking result after detecting a possible correction. あるテキスト検査結果を可能な訂正を検出した後に作成して返します。

Declaration 宣言

class func correctionCheckingResult(range: NSRange, 
                  replacementString: String) -> NSTextCheckingResult

Parameters パラメータ

range

The range of the detected result. 検出された結果の範囲。

replacementString

The suggested replacement string. 提案される置換文字列。

Return Value 戻り値

Returns an NSTextCheckingResult with the specified range and a resultType of spelling. NSTextCheckingResultを返します、指定されたrangeと、resultTypeとしてspellingを持ちます。

See Also 参照

Text Checking Results for Spelling 綴りに対するテキスト検査結果

Related Documentation 関連文書