Struct windows_sys::Win32::Media::Speech::SPPHRASEPROPERTY
#[repr(C)]pub struct SPPHRASEPROPERTY {
pub pszName: PCWSTR,
pub Anonymous: SPPHRASEPROPERTY_0,
pub pszValue: PCWSTR,
pub vValue: VARIANT,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
pub pNextSibling: *const SPPHRASEPROPERTY,
pub pFirstChild: *const SPPHRASEPROPERTY,
pub SREngineConfidence: f32,
pub Confidence: i8,
}Expand description
Required features: "Win32_Media_Speech", "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole"
Fields§
§pszName: PCWSTR§Anonymous: SPPHRASEPROPERTY_0§pszValue: PCWSTR§vValue: VARIANT§ulFirstElement: u32§ulCountOfElements: u32§pNextSibling: *const SPPHRASEPROPERTY§pFirstChild: *const SPPHRASEPROPERTY§SREngineConfidence: f32§Confidence: i8