public StringFieldCollection(StringFieldCollection other) : this(csSmartIdEnginePINVOKE.new_StringFieldCollection__SWIG_1(StringFieldCollection.getCPtr(other)), true)
 {
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 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 StringFieldCollectionEnumerator(StringFieldCollection collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetStringFields(StringFieldCollection string_fields)
 {
     csSmartIdEnginePINVOKE.RecognitionResult_SetStringFields(swigCPtr, StringFieldCollection.getCPtr(string_fields));
     if (csSmartIdEnginePINVOKE.SWIGPendingException.Pending)
     {
         throw csSmartIdEnginePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(StringFieldCollection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
        public StringFieldCollection GetStringFields()
        {
            StringFieldCollection ret = new StringFieldCollection(csSmartIdEnginePINVOKE.RecognitionResult_GetStringFields__SWIG_0(swigCPtr), false);

            return(ret);
        }