SubtitleMessage class

字幕具体内容。

Properties

definite bool
语音识别出的文本是否为一段完整的一句话。 True:是;False:否。
final
hashCode int
The hash code for this object.
no setterinherited
language String
字幕语种,根据字幕模式为原文或译文对应的语种。
final
mode SubtitleMode
字幕模式。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
语音识别或翻译后形成的文本的序列号,同一发言人的完整发言和不完整发言会按递增顺序单独分别编号。
final
text String
语音识别或翻译后的文本, 采用 UTF-8 编码。
final
uid String
说话者的用户 ID。
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited