コード例 #1
0
 void FalseFunction(Mibo.ResultType resultType, string json)
 {
     falseEvent.Invoke(resultType, json);
     Mibo.stopListen();
 }
コード例 #2
0
 void MiboFalseFunction(Mibo.ResultType resultType, string json)
 {
     mIsNeedUpdate = true;
     mResultText  += "\n辨識錯誤 :  " + '\n' + "resultType :[" + resultType.ToString() + "]  json : " + json;
 }