UIWritingToolsCoordinator.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 UIWritingToolsCoordinator/Delegate/writingToolsCoordinator(_:replaceRange:inContext:proposedText:reason:animationParameters:completion:) method, update your view’s text storage without animating the change.