Google Cloud Text-To-Speech
- class pytts.gctts(voice_name: str)
- speak(text: str, sensitive: bool = False, play: bool = True) str
_summary_
- Parameters
text (str) – _description_
sensitive (bool, optional) – _description_. Defaults to False.
play (bool, optional) – _description_. Defaults to True.
- Returns
_description_
- Return type
str