ContinuousRecognition class

Constructors

ContinuousRecognition(MethodChannel methodChannel)

Properties

azureSttCallback AzureContinuousRecognitionCallback
getter/setter pair
canceledChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pair
recognizedChannel EventChannel
final
recognizingChannel EventChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionStartedChannel EventChannel
final
sessionStoppedChannel EventChannel
final
speechEndDetectedChannel EventChannel
final
speechStartDetectedChannel EventChannel
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startContinuousRecognition(String lanRegion, bool useMic, {int samplerRate = 16000, int bitRate = 16, int channel = 1}) Future<String>
stopContinuousRecognition() Future<String>
toString() String
A string representation of this object.
inherited

Operators

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