windows::Win32::Media::Speech

Trait ISpeechRecognizerStatus_Impl

pub trait ISpeechRecognizerStatus_Impl: IDispatch_Impl {
    // Required methods
    fn AudioStatus(&self) -> Result<ISpeechAudioStatus>;
    fn CurrentStreamPosition(&self) -> Result<VARIANT>;
    fn CurrentStreamNumber(&self) -> Result<i32>;
    fn NumberOfActiveRules(&self) -> Result<i32>;
    fn ClsidEngine(&self) -> Result<BSTR>;
    fn SupportedLanguages(&self) -> Result<VARIANT>;
}

Required Methods§

fn AudioStatus(&self) -> Result<ISpeechAudioStatus>

fn CurrentStreamPosition(&self) -> Result<VARIANT>

fn CurrentStreamNumber(&self) -> Result<i32>

fn NumberOfActiveRules(&self) -> Result<i32>

fn ClsidEngine(&self) -> Result<BSTR>

fn SupportedLanguages(&self) -> Result<VARIANT>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§