Cleanup examples and fix VoicesManager types (#332)
Signed-off-by: rany <rany2@riseup.net>
This commit is contained in:
@@ -82,3 +82,11 @@ class VoiceManagerVoice(Voice):
|
||||
"""Voice data for VoiceManager."""
|
||||
|
||||
Language: str
|
||||
|
||||
|
||||
class VoiceManagerFind(TypedDict):
|
||||
"""Voice data for VoiceManager.find()."""
|
||||
|
||||
Gender: NotRequired[Literal["Female", "Male"]]
|
||||
Locale: NotRequired[str]
|
||||
Language: NotRequired[str]
|
||||
|
||||
Reference in New Issue
Block a user