SubtitleMessage class
- Inheritance
-
- Object
- NativeClass
- SubtitleMessage
Properties
-
$resource
→ NativeResource
-
no setterinherited
-
definite
↔ FutureOr<boolean?>
-
@brief Whether transcribed texts are complete sentences. True means yes and False means no.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
language
↔ FutureOr<String?>
-
@brief The language of the transcribed or translated text according to the subtitle mode.
getter/setter pair
-
mode
↔ FutureOr<SubtitleMode?>
-
@brief Subtitle mode. Refer to SubtitleMode{@link #SubtitleMode} for more details.
getter/setter pair
-
ready
→ Future<void>
-
Whether the instance is initialized
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sequence
↔ FutureOr<int?>
-
@brief Incremental sequence numbers of the piece of the subtitle. Complete and incomplete sentences are numbered individually.
getter/setter pair
-
text
↔ FutureOr<String?>
-
@brief Subtitles encoded in UTF-8 format.
getter/setter pair
-
userId
↔ FutureOr<String?>
-
@brief The speaker's ID.
getter/setter pair