我正在使用以下代码为applewatch进行语音输入。
[self presentTextInputControllerWithSuggestions:nil allowedInputMode:WKTextInputModePlain completion:^(NSArray *results) {
NSLog(@"results: %@", results);
}];
显示带完成和取消按钮的语音输入屏幕。说完之后你必须点击完成按钮。我想跳过完成按钮点击像siri工作。几秒钟后它会自动接受输入。