NERoomCaptionMessage
@objcMembers
public class NERoomCaptionMessage : NSObject
字幕消息对象
-
消息内容
Declaration
Swift
public var content: String?
-
消息发送时间
Declaration
Swift
public var timestamp: Int
-
讲话者用户唯一 Id
Declaration
Swift
public var fromUserUuid: String
-
是否为最终结果
Declaration
Swift
public var isFinal: Bool
-
翻译后的消息内容,如果未开启翻译,则为空
Declaration
Swift
public var translationContent: String?
-
当前翻译语言,如果未开启翻译,则为 [NERoomCaptionTranslationLanguage.NONE]
Declaration
Swift
public var translationLanguage: NERoomCaptionTranslationLanguage