public static class AbstractSpeechRecognizer.ListeningEvent extends Object
Modifier and Type | Field and Description |
---|---|
Double |
confidence |
Boolean |
isAwake |
Boolean |
isFinal |
Boolean |
isListening |
Boolean |
isRecording |
Boolean |
isSpeaking |
Boolean |
publishText
determines if the listening event will trigger a publishText - default is
false because there are a variety of meta-messages that would not be
suitable to publish
|
String |
text |
long |
ts |
Constructor and Description |
---|
ListeningEvent() |
public long ts
public Double confidence
public Boolean isSpeaking
public Boolean isListening
public Boolean isRecording
public Boolean isFinal
public String text
public Boolean isAwake
public Boolean publishText
Copyright © 2020 myrobotlab. All rights reserved.