FreeSWITCH.Native.freeswitch.switch_ivr_detect_speech C# (CSharp) Method

switch_ivr_detect_speech() public static method

public static switch_ivr_detect_speech ( SWIGTYPE_p_switch_core_session session, string mod_name, string grammar, string name, string dest, switch_asr_handle ah ) : switch_status_t
session SWIGTYPE_p_switch_core_session
mod_name string
grammar string
name string
dest string
ah switch_asr_handle
return switch_status_t
        public static switch_status_t switch_ivr_detect_speech(SWIGTYPE_p_switch_core_session session, string mod_name, string grammar, string name, string dest, switch_asr_handle ah)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_detect_speech(SWIGTYPE_p_switch_core_session.getCPtr(session), mod_name, grammar, name, dest, switch_asr_handle.getCPtr(ah));
            return ret;
        }
freeswitch