@class NSString, TITypingSessionAligned, NSMutableDictionary, TITypingSession; @interface TITypingSessionAlignmentConfidenceAnalyzer : NSObject <TITypingSessionAnalyzing> { TITypingSession *_session; TITypingSessionAligned *_alignedSession; NSMutableDictionary *_payload; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)registerEventSpec; - (BOOL)analyzeSession:(id)a0 alignedSession:(id)a1 withConfidence:(unsigned long long)a2; - (id)init; - (id)_generateCountsOfWordsForAlignmentConfidences; - (id)_generateFeatureUsageMetricsForContext:(id)a0; - (id)_generatePercentageOfTotalWordsForAlignmentConfidencesFromRawCounts:(id)a0; - (void)dispatchEventWithPayload:(id)a0; - (void).cxx_destruct; - (id)_generateMetadataForTypingSessionFromContext:(id)a0; - (unsigned long long)evaluateConfidenceInSession:(id)a0 alignedSession:(id)a1; @end