コード例 #1
0
ファイル: Decoder.cs プロジェクト: jinkwankim/SphinxSharp
        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);
        }