
    e                     N    d Z ddlmZmZmZmZmZ ddlmZ  G d de          Z	dS )z
The TextToSpeek Bokeh Model wraps the HTML5 SpeechSynthesis API

See https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisVoice
    )AnyBoolDict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	e
e          ZdS )TextToSpeechz
    The TextToSpeek Bokeh Model wraps the HTML5 SpeechSynthesis API

    See https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis
    N)__name__
__module____qualname____doc__r   pausedpendingspeakingr   r   r   r   voicescancelpauseresumespeak     ;lib/python3.11/site-packages/panel/models/text_to_speech.pyr
   r
      s          TVVFdffGtvvHT$$vs##$$FTVVFDFFETVVFDEEEr   r
   N)
r   bokeh.core.propertiesr   r   r   r   r   bokeh.models.widgetsr   r
   r   r   r   <module>r      s    
              ( ' ' ' ' '    6     r   