@Override
 public void onError(int error) {
   if (innerRecognitionListener != null) {
     innerRecognitionListener.onError(error);
   }
 }