Trait ISpeechPhraseElement_Impl
pub trait ISpeechPhraseElement_Impl: IDispatch_Impl {
Show 13 methods
// Required methods
fn AudioTimeOffset(&self) -> Result<i32>;
fn AudioSizeTime(&self) -> Result<i32>;
fn AudioStreamOffset(&self) -> Result<i32>;
fn AudioSizeBytes(&self) -> Result<i32>;
fn RetainedStreamOffset(&self) -> Result<i32>;
fn RetainedSizeBytes(&self) -> Result<i32>;
fn DisplayText(&self) -> Result<BSTR>;
fn LexicalForm(&self) -> Result<BSTR>;
fn Pronunciation(&self) -> Result<VARIANT>;
fn DisplayAttributes(&self) -> Result<SpeechDisplayAttributes>;
fn RequiredConfidence(&self) -> Result<SpeechEngineConfidence>;
fn ActualConfidence(&self) -> Result<SpeechEngineConfidence>;
fn EngineConfidence(&self) -> Result<f32>;
}
Required Methods§
fn AudioTimeOffset(&self) -> Result<i32>
fn AudioSizeTime(&self) -> Result<i32>
fn AudioStreamOffset(&self) -> Result<i32>
fn AudioSizeBytes(&self) -> Result<i32>
fn RetainedStreamOffset(&self) -> Result<i32>
fn RetainedSizeBytes(&self) -> Result<i32>
fn DisplayText(&self) -> Result<BSTR>
fn LexicalForm(&self) -> Result<BSTR>
fn Pronunciation(&self) -> Result<VARIANT>
fn DisplayAttributes(&self) -> Result<SpeechDisplayAttributes>
fn RequiredConfidence(&self) -> Result<SpeechEngineConfidence>
fn ActualConfidence(&self) -> Result<SpeechEngineConfidence>
fn EngineConfidence(&self) -> Result<f32>
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.