NERtcAsrCaptionResult constructor
NERtcAsrCaptionResult({})
Implementation
NERtcAsrCaptionResult({
required this.uid,
required this.isLocalUser,
required this.timestamp,
this.content,
this.language,
required this.haveTranslation,
this.translatedText,
this.translationLanguage,
required this.isFinal,
});