SubtitleMessage class

Related information about subtitles.

Properties

definite bool
Whether transcribed texts are complete sentences. True means yes and False means no.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
Incremental sequence numbers assigned to transcribed or translated texts of the speaker's speech. Complete and incomplete sentences are numbered individually.
final
text String
Transcribed or translated texts of the speaker's speech, encoded in UTF-8 format.
final
uid String
The speaker's user 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