toggle menu
Android-RTCLib-SDK
5.28.0
cn.rongcloud.rtc
switch theme
search in API
Android-RTCLib-SDK
/
cn.rongcloud.rtc.api
/
RCRTCASRContent
RCRTCASRContent
public
class
RCRTCASRContent
语音识别结果内容
Members
Constructors
RCRTCASRContent
Link copied to clipboard
public
void
RCRTCASRContent
(
String
userID
,
String
msgId
,
long timeUTC
,
String
msg
,
boolean isEnd
)
Properties
is
End
Link copied to clipboard
public
final
boolean
isEnd
当前语音识别是否结束, 如果为 true, 则表示当前语音识别结果已结束
msg
Link copied to clipboard
public
final
String
msg
当前语音识别的识别结果
msg
Id
Link copied to clipboard
public
final
String
msgId
当前语音识别 ID, 用于关联当前语音识别结果
time
UTC
Link copied to clipboard
public
final
long
timeUTC
当前语音识别的时间戳, 单位为秒
user
ID
Link copied to clipboard
public
final
String
userID
当前语音识别关联用户的 ID