FreeSWITCH.Native.freeswitch.switch_ivr_detect_speech_disable_grammar C# (CSharp) Метод

switch_ivr_detect_speech_disable_grammar() публичный статический Метод

public static switch_ivr_detect_speech_disable_grammar ( SWIGTYPE_p_switch_core_session session, string name ) : switch_status_t
session SWIGTYPE_p_switch_core_session
name string
Результат switch_status_t
        public static switch_status_t switch_ivr_detect_speech_disable_grammar(SWIGTYPE_p_switch_core_session session, string name)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_ivr_detect_speech_disable_grammar(SWIGTYPE_p_switch_core_session.getCPtr(session), name);
            return ret;
        }
freeswitch