TTS (Text-to-Speech) synthesis response.
Public Member Functions | |
| V2TIMTTSResponse () | |
| V2TIMTTSResponse (const V2TIMTTSResponse &) | |
| V2TIMTTSResponse & | operator= (const V2TIMTTSResponse &) |
| ~V2TIMTTSResponse () | |
Data Fields | |
| V2TIMString | msgID |
| V2TIMBufferVector | audioDataList |
| bool | isFinished |
| V2TIMTTSResponse | ( | ) |
| V2TIMTTSResponse | ( | const V2TIMTTSResponse & | ) |
| ~V2TIMTTSResponse | ( | ) |
| V2TIMTTSResponse& operator= | ( | const V2TIMTTSResponse & | ) |
| V2TIMString msgID |
Message ID, matches the msgID of the message on which startTTS was called.
| V2TIMBufferVector audioDataList |
Ordered Opus audio packets for the current chunk, passed through from the backend.
| bool isFinished |
Whether TTS synthesis has finished.