public void SetRange(int index, OcrCharVector values)
 {
     csSmartIdEnginePINVOKE.OcrCharVector_SetRange(swigCPtr, index, OcrCharVector.getCPtr(values));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public OcrString(OcrCharVector ocr_chars) : this(csSmartIdEnginePINVOKE.new_OcrString__SWIG_1(OcrCharVector.getCPtr(ocr_chars)), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }