SwiftUI TextField customisation in WatchOS for removing emoji option

I am trying to add a text input field using SwiftUI TextField in watchOs 6.1. I am getting following three options for providing inputs. i.e. microphone, scribble pad and emoji option but I need only microphone option to provide input. How to remove the emoji option and scribble pad option from TextField?