You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportconstHasSpeechProvider=newRawContextKey<boolean>('hasSpeechProvider',false,{type: 'string',description: localize('hasSpeechProvider',"A speech provider is registered to the speech service.")});
19
+
exportconstSpeechToTextInProgress=newRawContextKey<boolean>('speechToTextInProgress',false,{type: 'string',description: localize('speechToTextInProgress',"A speech-to-text session is in progress.")});
0 commit comments