pub trait TtsEndpoint {
// Required method
fn uri(&self) -> &'static str;
}Expand description
One trait per family-endpoint enum. Returns the URI for the chosen
variant. Mirrors ModelEndpoint for parity across model and TTS.
pub trait TtsEndpoint {
// Required method
fn uri(&self) -> &'static str;
}One trait per family-endpoint enum. Returns the URI for the chosen
variant. Mirrors ModelEndpoint for parity across model and TTS.