VaisStreamingController class

Constructors

VaisStreamingController(String? _token, String grpcAddress, int port)

Properties

grpcAddress ↔ String
getter/setter pair
gRpcConfig ↔ RecognitionConfig?
getter/setter pair
gRpcConfigStream ↔ StreamingRecognitionConfig?
getter/setter pair
gRpcRequestStream ↔ StreamingRecognizeRequest?
getter/setter pair
gRpcRequestStreamController ↔ StreamController<StreamingRecognizeRequest?>
getter/setter pair
gRpcStub ↔ SpeechClient
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
port ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
token → String?
no setter
totalOutput ↔ String
getter/setter pair

Methods

dispose() → void
initialize() → void
isStreamingClosed() → bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestBeforeStartAudioRecord(bool singleUtterance, VaisSpeechCallback? listener, String modelParamText) → void
streamingAudioRecord(List<int> buffers) → void
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

frame_duration ↔ double
getter/setter pair
frame_size ↔ int
getter/setter pair