読み上げデータの、送信データに変換後のサイズを取得する。(読み上げテキストまたはSSML形式テキスト部のデータサイズ)
- Type: int
- Access type: read
- Default value: 0
- Range: 0 – 2,147,483,647
Examples
C#
| 1 2 3 | ClientTcpCommunication cltComm = new ClientTcpCommunication(); //Get int len = cltComm.SendDataLength; | 
Ruby
| 1 2 3 | cltComm = ClientTcpCommunication.new #Get len = cltComm.SendDataLength | 
Python
| 1 2 3 | clt_comm = hz_client_tcp_communication.ClientTcpCommunication() #Get lenval = clt_comm.SendDataLength() | 
