|
Zoom Rooms Controller SDK Reference 7.0.0
|
Voice command status. More...
#include <ISettingService.h>
Data Fields | |
| VoiceCommandProvider | provider = VoiceCommandProviderNone |
| Current voice command provider. | |
| bool | enable = false |
| TRUE indicates voice command enabled. | |
| AICVoiceCommandInfo | aicVoiceCommandInfo |
| AIC voice command runtime info. | |
Voice command status.
Definition at line 497 of file ISettingService.h.
| AICVoiceCommandInfo VoiceCommandStatus::aicVoiceCommandInfo |
AIC voice command runtime info.
Definition at line 501 of file ISettingService.h.
| bool VoiceCommandStatus::enable = false |
TRUE indicates voice command enabled.
Definition at line 500 of file ISettingService.h.
| VoiceCommandProvider VoiceCommandStatus::provider = VoiceCommandProviderNone |
Current voice command provider.
Definition at line 499 of file ISettingService.h.