enum | VoiceState { VoiceState.MicOff = 1, VoiceState.MicOn = 2, VoiceState.Listening = 4, VoiceState.StartProcessing = 8, VoiceState.Response = 16, VoiceState.Error = 32 } |
MicOff | = 1 |
MicOn | = 2 |
Listening | = 4 |
StartProcessing | = 8 |
Response | = 16 |
Error | = 32 |