Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-04-06 23:06:59 +02:00
8 changed files with 157 additions and 55 deletions
@@ -43,6 +43,11 @@ export interface SpeechRecognitionListeningOptionsAndroid {
* display listener popup window with prompt (default `true`)
*/
showPopup?: boolean;
/**
* Allow partial results to be returned (default `false`)
*/
showPartial?: boolean;
}
/**
@@ -129,9 +134,7 @@ export class SpeechRecognition extends IonicNativePlugin {
/**
* Stop the recognition process
*/
@Cordova({
platforms: ['iOS']
})
@Cordova()
stopListening(): Promise<void> {
return;
}