I am using following code for voice input for applewatch.
[self presentTextInputControllerWithSuggestions:nil allowedInputMode:WKTextInputModePlain completion:^(NSArray *results) {
NSLog(@"results: %@", results);
}];
It shows voice input screen with Done and cancel button. After speak you have to click Done button. I want to skip Done button click like siri working.After few seconds it automatically accept the input.