FreeSWITCH.Native.freeswitch.switch_core_asr_get_results C# (CSharp) 메소드

switch_core_asr_get_results() 공개 정적인 메소드

public static switch_core_asr_get_results ( switch_asr_handle ah, string &xmlstr, SWIGTYPE_p_unsigned_long flags ) : switch_status_t
ah switch_asr_handle
xmlstr string
flags SWIGTYPE_p_unsigned_long
리턴 switch_status_t
        public static switch_status_t switch_core_asr_get_results(switch_asr_handle ah, ref string xmlstr, SWIGTYPE_p_unsigned_long flags)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_core_asr_get_results(switch_asr_handle.getCPtr(ah), ref xmlstr, SWIGTYPE_p_unsigned_long.getCPtr(flags));
            return ret;
        }
freeswitch