public void SetRange(int index, OcrCharVariantVector values) { csSmartIdEnginePINVOKE.OcrCharVariantVector_SetRange(swigCPtr, index, OcrCharVariantVector.getCPtr(values)); if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending) { throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve(); } }
public OcrCharVariantVector(OcrCharVariantVector other) : this(csSmartIdEnginePINVOKE.new_OcrCharVariantVector__SWIG_1(OcrCharVariantVector.getCPtr(other)), true) { if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending) { throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve(); } }
public OcrChar(OcrCharVariantVector ocr_char_variants, bool is_highlighted, bool is_corrected) : this(csSmartIdEnginePINVOKE.new_OcrChar__SWIG_1(OcrCharVariantVector.getCPtr(ocr_char_variants), is_highlighted, is_corrected), true) { if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending) { throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve(); } }