NSWritingToolsCoordinator.TextReplacementReason.noninteractive
An option to replace the text in your view without animating the change.
Declaration
case noninteractiveDiscussion
When Writing Tools requests a noninteractive change in your delegate’s writingToolsCoordinator(_:replace:in:proposedText:reason:animationParameters:completion:) method, update your view’s text storage without animating the change.