def __init__()

in core/text_to_speech.py [0:0]


  def __init__(
      self,
      project_id: str,
      language_code: str = 'en-US',
      voice_name: str = 'en-US-Chirp3-HD-Charon',
      with_text_passthrough: bool = True,