Update InputParams to languages: support str or List of Languages
This commit is contained in:
@@ -45,7 +45,7 @@ async def main():
|
||||
)
|
||||
|
||||
stt = GoogleSTTService(
|
||||
params=GoogleSTTService.InputParams(language=Language.EN_US),
|
||||
params=GoogleSTTService.InputParams(languages=Language.EN_US),
|
||||
)
|
||||
|
||||
tts = GoogleTTSService(
|
||||
|
||||
Reference in New Issue
Block a user