Interface NERoomCaptionMessage
-
- All Implemented Interfaces:
public interface NERoomCaptionMessage字幕消息对象
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFromUserUuid()讲话者用户唯一 Id abstract StringgetContent()消息内容 abstract StringgetTranslationContent()翻译后的消息内容,如果未开启翻译,则为空 abstract StringgetTranslationLanguage()当前翻译语言,如果未开启翻译,则为空 abstract LonggetTimestamp()消息发送时间 abstract BooleanisFinal()是否为最终结果 -
-
Method Detail
-
getFromUserUuid
abstract String getFromUserUuid()
讲话者用户唯一 Id
-
getContent
abstract String getContent()
消息内容
-
getTranslationContent
abstract String getTranslationContent()
翻译后的消息内容,如果未开启翻译,则为空
-
getTranslationLanguage
abstract String getTranslationLanguage()
当前翻译语言,如果未开启翻译,则为空
-
getTimestamp
abstract Long getTimestamp()
消息发送时间
-
-
-
-