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

switch_ivr_play_and_detect_speech() public static method

public static switch_ivr_play_and_detect_speech ( SWIGTYPE_p_switch_core_session session, string file, string mod_name, string grammar, string &result, uint input_timeout, switch_input_args_t args ) : switch_status_t
session SWIGTYPE_p_switch_core_session
file string
mod_name string
grammar string
result string
input_timeout uint
args switch_input_args_t
return switch_status_t
        public static switch_status_t switch_ivr_play_and_detect_speech(SWIGTYPE_p_switch_core_session session, string file, string mod_name, string grammar, ref string result, uint input_timeout, switch_input_args_t args)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_play_and_detect_speech(SWIGTYPE_p_switch_core_session.getCPtr(session), file, mod_name, grammar, ref result, input_timeout, switch_input_args_t.getCPtr(args));
            return ret;
        }
freeswitch