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

String getMsgID ()
 
void setMsgID (String msgID)
 
List< byte[]> getAudioDataList ()
 
void setAudioDataList (List< byte[]> audioDataList)
 
boolean isFinished ()
 
void setFinished (boolean finished)
 

Member Function Documentation

◆ getMsgID()

String getMsgID ( )
inline

◆ setMsgID()

void setMsgID ( String  msgID)
inline

◆ getAudioDataList()

List<byte[]> getAudioDataList ( )
inline

◆ setAudioDataList()

void setAudioDataList ( List< byte[]>  audioDataList)
inline

◆ isFinished()

boolean isFinished ( )
inline

◆ setFinished()

void setFinished ( boolean  finished)
inline