Is SFSpeechRecognizer supported on App Clips ?

Same code, requestAuthorization, Info.plist work perfectly on regular app target but on App Clips target the request for permission is not presented to the user and the requestAuthorization call always return denied.

This is weird as Microphone usage and audio recording in general works great on App Clips.
The Speech framework is not available to app clips.
Is SFSpeechRecognizer supported on App Clips ?
 
 
Q