public virtual void SnapshotProcessed(RecognitionResult recog_result)
 {
     csSmartIdEnginePINVOKE.ResultReporterInterface_SnapshotProcessed(swigCPtr, RecognitionResult.getCPtr(recog_result));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }