@interface SpeakerRecognition.CSVTUIKeywordDetectorHelper : NSObject { void /* unknown type, empty encoding */ keywordAnalyzer; void /* unknown type, empty encoding */ lastKeywordScore; void /* unknown type, empty encoding */ keywordThreshold; void /* unknown type, empty encoding */ audioBuffer; void /* unknown type, empty encoding */ extraSamplesAtStart; } - (id)init; - (void)reset; - (id)initWithAsset:(id)a0; - (void).cxx_destruct; - (id)analyzeWithBuffer:(id)a0; - (id)triggeredUtteranceWithVoiceTriggerEventInfo:(id)a0; @end