Struct ssip_client_async::types::SynthesisVoice
source · pub struct SynthesisVoice {
pub name: String,
pub language: Option<String>,
pub dialect: Option<String>,
}Expand description
Synthesis voice
Fields§
§name: String§language: Option<String>§dialect: Option<String>Implementations§
Trait Implementations§
source§impl Debug for SynthesisVoice
impl Debug for SynthesisVoice
source§impl FromStr for SynthesisVoice
impl FromStr for SynthesisVoice
source§impl PartialEq<SynthesisVoice> for SynthesisVoice
impl PartialEq<SynthesisVoice> for SynthesisVoice
source§fn eq(&self, other: &SynthesisVoice) -> bool
fn eq(&self, other: &SynthesisVoice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.