IMSDK
IM features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication. It also provides complete app access and backend management APIs.
V2TIMTTSResponse

Detailed Description

TTS (Text-to-Speech) synthesis response.

Public Member Functions

 V2TIMTTSResponse ()
 
 V2TIMTTSResponse (const V2TIMTTSResponse &)
 
V2TIMTTSResponseoperator= (const V2TIMTTSResponse &)
 
 ~V2TIMTTSResponse ()
 

Data Fields

V2TIMString msgID
 
V2TIMBufferVector audioDataList
 
bool isFinished
 

Constructor & Destructor Documentation

◆ V2TIMTTSResponse() [1/2]

◆ V2TIMTTSResponse() [2/2]

◆ ~V2TIMTTSResponse()

Member Function Documentation

◆ operator=()

V2TIMTTSResponse& operator= ( const V2TIMTTSResponse )

Field Documentation

◆ msgID

V2TIMString msgID

Message ID, matches the msgID of the message on which startTTS was called.

◆ audioDataList

V2TIMBufferVector audioDataList

Ordered Opus audio packets for the current chunk, passed through from the backend.

◆ isFinished

bool isFinished

Whether TTS synthesis has finished.