stopSendSpeechData 2016年9月24日 by haruzirasdk·stopSendSpeechData はコメントを受け付けていません 読み上げデータ送信処理の停止(中断)。 Syntax C#: public void stopSendSpeechData() Ruby: stopSendSpeechData() Python: stopSendSpeechData() Parameters None Return None Examples C# C# C# ClientTcpCommunication cltComm = new ClientTcpCommunication(); cltComm.stopSendSpeechData(); 12 ClientTcpCommunication cltComm = new ClientTcpCommunication();cltComm.stopSendSpeechData(); Ruby Ruby Ruby cltComm = ClientTcpCommunication.new cltComm .stopSendSpeechData 12 cltComm = ClientTcpCommunication.newcltComm .stopSendSpeechData Python Python Python clt_comm = hz_client_tcp_communication.ClientTcpCommunication() clt_comm.stopSendSpeechData() 12 clt_comm = hz_client_tcp_communication.ClientTcpCommunication()clt_comm.stopSendSpeechData()