Struct speech_dispatcher::Voice
source · [−]Fields
name: String
The name of this voice. Unique with regards to the output module it came from.
language: String
The language of this voice. Probably a BCP 47 language tag.
variant: Option<String>
The variant of this language, if present. Loosely defined.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Voice
impl UnwindSafe for Voice
Blanket Implementations
Mutably borrows from an owned value. Read more