読み上げデータ送信処理の停止(中断)。
Syntax
- C#: public void stopSendSpeechData()
- Ruby: stopSendSpeechData()
- Python: stopSendSpeechData()
Parameters
None
Return
None
Examples
C#
1 2 |
ClientTcpCommunication cltComm = new ClientTcpCommunication(); cltComm.stopSendSpeechData(); |
Ruby
1 2 |
cltComm = ClientTcpCommunication.new cltComm .stopSendSpeechData |
Python
1 2 |
clt_comm = hz_client_tcp_communication.ClientTcpCommunication() clt_comm.stopSendSpeechData() |