Struct windows_sys::Win32::Media::Speech::SPPHRASERULE
#[repr(C)]pub struct SPPHRASERULE {
pub pszName: PCWSTR,
pub ulId: u32,
pub ulFirstElement: u32,
pub ulCountOfElements: u32,
pub pNextSibling: *const SPPHRASERULE,
pub pFirstChild: *const SPPHRASERULE,
pub SREngineConfidence: f32,
pub Confidence: i8,
}
Expand description
Required features: "Win32_Media_Speech"
Fields§
§pszName: PCWSTR
§ulId: u32
§ulFirstElement: u32
§ulCountOfElements: u32
§pNextSibling: *const SPPHRASERULE
§pFirstChild: *const SPPHRASERULE
§SREngineConfidence: f32
§Confidence: i8