[][src]Trait subor_rs::speech_service_s_d_k_services::TSpeechServiceSyncClient

pub trait TSpeechServiceSyncClient {
    fn say(&mut self, command: VoiceCommand) -> Result<SpeechResult>;
}

Required methods

fn say(&mut self, command: VoiceCommand) -> Result<SpeechResult>

Loading content...

Implementors

impl<C: TThriftClient + TSpeechServiceSyncClientMarker> TSpeechServiceSyncClient for C[src]

Loading content...