NEAsrCaptionResult class

Result of a single ASR caption recognition segment.

Annotations
  • @JsonSerializable.new()

Constructors

NEAsrCaptionResult({required int uid, required bool isLocalUser, required int timestamp, String? content, String? language, required bool haveTranslation, String? translatedText, String? translationLanguage, required bool isFinal})
NEAsrCaptionResult.fromJson(Map<String, dynamic> json)
factory

Properties

content String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
haveTranslation bool
getter/setter pair
isFinal bool
getter/setter pair
isLocalUser bool
getter/setter pair
language String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
getter/setter pair
translatedText String?
getter/setter pair
translationLanguage String?
getter/setter pair
uid int
getter/setter pair

Methods

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

Operators

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