mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Merge branch 'master' into v5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user