ConversationTranscriber class

Constructors

ConversationTranscriber(MethodChannel methodChannel)

Properties

autoTranslate bool
getter/setter pair
azureSttCallback AzureConversationTranscriberCallback
getter/setter pair
canceledChannel EventChannel
final
currentSpeechStart int
getter/setter pair
duringConversation bool
getter/setter pair
fromLang String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pair
newText bool
getter/setter pair
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
toLang String
getter/setter pair
transcribedChannel EventChannel
final
transcribedChannelQueue Queue<TranscribObject>
getter/setter pair
transcribingChannel EventChannel
final
transcribingChannelQueue Queue<TranscribObject>
getter/setter pair

Methods

loopCheckTranscribedChannelQueue() → void
loopCheckTranscribingChannelQueue() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCanceledEvent(dynamic reason) → void
onSessionStartedEvent(dynamic sessionId) → void
onSessionStoppedEvent(dynamic sessionId) → void
onSpeechEndDetectedEvent(dynamic sessionId) → void
onSpeechStartDetectedEvent(dynamic sessionId) → void
onTranscribedEvent(String speakerId, String text, String offset, String duration) → void
onTranscribingEvent(String speakerId, String text, String offset, String duration) → void
startConversation(String lanRegion, bool useMic, {int samplerRate = 16000, int bitRate = 16, int channel = 1, bool autoTranslate = false, String fromLang = "", String toLang = "en"}) Future<String>
stopConversation() Future<String>
toString() String
A string representation of this object.
inherited
translate(String text, String from, String to) Future<String?>

Operators

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