Skip to main content

TtsEndpoint

Trait TtsEndpoint 

Source
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.

Required Methods§

Source

fn uri(&self) -> &'static str

Implementors§