static IntPtr n_RecognizeImage_Lorg_neuroph_contrib_imgrec_image_Image_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0) { global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin __this = global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.ImageRecognitionPlugin> (jnienv, native__this, JniHandleOwnership.DoNotTransfer); global::Org.Neuroph.Contrib.Imgrec.Image.IImage p0 = (global::Org.Neuroph.Contrib.Imgrec.Image.IImage)global::Java.Lang.Object.GetObject <global::Org.Neuroph.Contrib.Imgrec.Image.IImage> (native_p0, JniHandleOwnership.DoNotTransfer); IntPtr __ret = global::Android.Runtime.JavaDictionary <string, global::Java.Lang.Double> .ToLocalJniHandle(__this.RecognizeImage(p0)); return(__ret); }