pubstructRecognizerInfo{/// Name of the recognizer
pubname: String,
/// Some recognizers like Google's libsoda do not work
/// in a different speed than in realtime. In such case it is set to 'true'.
pubis_realtime_only:bool,
/// Does output has punctuation.
pubhas_punctuation:bool,
}