Exemple #1
0
 // Token: 0x06001D69 RID: 7529 RVA: 0x00075958 File Offset: 0x00073B58
 private void CollectAndLogStatisticsInformation(SpeechLoggerProcessType processType, int audioLength)
 {
     if (this.parameters != null)
     {
         SpeechProcessorStatisticsLogger.SpeechProcessorStatisticsLogRow row = this.CollectStatisticsLog(processType, audioLength);
         SpeechRecognitionHandler.SpeechProcessorStatisticsLogger.Append(row);
     }
 }
Exemple #2
0
 private void CollectAndLogStatisticsInformation(MobileSpeechRecoResultType mobileScenarioResultType, string resultText)
 {
     SpeechProcessorStatisticsLogger.SpeechProcessorStatisticsLogRow row = this.CollectStatisticsLog(mobileScenarioResultType, resultText);
     SpeechRecognitionHandler.SpeechProcessorStatisticsLogger.Append(row);
 }