name = "speech"
summary = "Speech-to-text dictation → recognized text (free)"
[android]
sources = ["android/SpeechPlugin.kt", "android/SpeechActivity.kt"]
register = '"speech" to SpeechPlugin(application)'
manifest_application = ['<activity android:name=".SpeechActivity" android:exported="false" android:theme="@android:style/Theme.Translucent.NoTitleBar" />']
[ios]
sources = ["ios/SpeechPlugin.swift"]
register = 'case "speech": return await SpeechPlugin.handle(op: op, input: input)'
[ios.info_plist]
NSSpeechRecognitionUsageDescription = "Transcribe your speech to text."
NSMicrophoneUsageDescription = "Record audio for speech recognition."