Esempio n. 1
0
        public Hypothesis hyp()
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.Decoder_hyp(swigCPtr);
            Hypothesis            ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Hypothesis(cPtr, true);

            return(ret);
        }