Zoom Rooms Controller SDK Reference 7.0.0
Loading...
Searching...
No Matches
VoiceCommandStatus Struct Reference

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.
 

Detailed Description

Voice command status.

Definition at line 497 of file ISettingService.h.

Field Documentation

◆ aicVoiceCommandInfo

AICVoiceCommandInfo VoiceCommandStatus::aicVoiceCommandInfo

AIC voice command runtime info.

Definition at line 501 of file ISettingService.h.

◆ enable

bool VoiceCommandStatus::enable = false

TRUE indicates voice command enabled.

Definition at line 500 of file ISettingService.h.

◆ provider

VoiceCommandProvider VoiceCommandStatus::provider = VoiceCommandProviderNone

Current voice command provider.

Definition at line 499 of file ISettingService.h.