VaisSpeech class

Constructors

VaisSpeech({String? token, dynamic grpcAddress = 'asr-benchmark.vais.vn', dynamic port = 50050, dynamic request = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
request → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final
vaisAudio VaisSpeechAudio?
Default is null. You should initialize it before using.
getter/setter pair

Methods

getProgress(String audioId) Future<AudioStatus>
getTranscript(String audioId) Future<TranscriptResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startAsr(String path, {String finalName = ''}) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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