public RecognitionResult(StringFieldCollection string_fields, ImageFieldCollection image_fields, string document_type, MatchResultVector match_results, SegmentationResultVector segmentation_results, bool is_terminal) : this(csSmartIdEnginePINVOKE.new_RecognitionResult__SWIG_1(StringFieldCollection.getCPtr(string_fields), ImageFieldCollection.getCPtr(image_fields), document_type, MatchResultVector.getCPtr(match_results), SegmentationResultVector.getCPtr(segmentation_results), is_terminal), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ImageFieldCollection(ImageFieldCollection other) : this(csSmartIdEnginePINVOKE.new_ImageFieldCollection__SWIG_1(ImageFieldCollection.getCPtr(other)), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetImageFields(ImageFieldCollection image_fields)
 {
     csSmartIdEnginePINVOKE.RecognitionResult_SetImageFields(swigCPtr, ImageFieldCollection.getCPtr(image_fields));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ImageFieldCollectionEnumerator(ImageFieldCollection collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
        public ImageFieldCollection GetImageFields()
        {
            ImageFieldCollection ret = new ImageFieldCollection(csSmartIdEnginePINVOKE.RecognitionResult_GetImageFields__SWIG_0(swigCPtr), false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImageFieldCollection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }