
    ew                     R    d Z ddlmZmZmZmZmZmZ ddlm	Z	  G d de	          Z
dS )z,Bokeh Model of the Panel SpeechToText widget    )AnyBoolDictIntListString)Widgetc                      e Zd ZdZ e            Z e            Z e            Z e e	e
e                    Z e
            Z e            Z e            Z e            Z e
            Z e            Z e            Z e            Z e            Z e
            Z e            Z e
            Z e
            Z e e	e
e                    ZdS )SpeechToTexta  
    Bokeh Model of the Panel SpeechToText widget

    Controls the speech recognition service.

    On some browsers, like Chrome, using Speech Recognition on a web
    page involves a server-based recognition engine. Your audio is
    sent to a web service for recognition processing, so it won't work
    offline.

    Wraps the HTML5 SpeechRecognition API.  See
    https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
    N)__name__
__module____qualname____doc__r   startstopabortr   r   r   r   grammarslang
continuousinterim_resultsr   max_alternativesservice_uristartedaudio_startedsound_startedspeech_startedbutton_typebutton_hidebutton_not_startedbutton_startedresults     ;lib/python3.11/site-packages/panel/models/speech_to_text.pyr   r      s         DFFE466DDFFEtDD$$%%H688DJdffOsuu&((KdffGDFFMDFFMTVVN&((K$&&KVXXNd44$$%%GGGr#   r   N)r   bokeh.core.propertiesr   r   r   r   r   r   bokeh.models.widgets.widgetr	   r   r"   r#   r$   <module>r'      s    2 2                / . . . . .$& $& $& $& $&6 $& $& $& $& $&r#   