Our speech-to-text model supports the following languages:
Hausa: ha
Igbo: ig
Yoruba: yo
English: en
More info on languages can be found on the Languages page
Python
Copy
from spitch import Spitchclient = Spitch()translation = client.text.translate( text="Hey my dear friend, how are you doing?", source="en", target="ha",)print(translation.text)