コード例 #1
0
ファイル: Decoder.cs プロジェクト: jinkwankim/SphinxSharp
        public NBestList nbest()
        {
            global::System.IntPtr cPtr = PocketSphinxPINVOKE.Decoder_nbest(swigCPtr);
            NBestList             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new NBestList(cPtr, false);

            return(ret);
        }