TranslationTranscriptOptions class

Constructors

TranslationTranscriptOptions({required TranslationTranscriptData data, void updateTranscripts(List<TranslationTranscriptData> (List<TranslationTranscriptData>))?, void onTranscriptReceived(TranslationTranscriptData)?, int maxTranscripts = 100})

Properties

data TranslationTranscriptData
final
hashCode int
The hash code for this object.
no setterinherited
maxTranscripts int
final
onTranscriptReceived → void Function(TranslationTranscriptData)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTranscripts → void Function(List<TranslationTranscriptData> (List<TranslationTranscriptData>))?
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