pub type PbMatchRecognizeInputMode = MatchRecognizeInputMode;
#[repr(i32)]pub enum PbMatchRecognizeInputMode { Unspecified = 0, EventTime = 1, ProcessingTime = 2, }