typedef struct {
DWORD dwAutoGainEnable;
DWORD dwThreshold;
DWORD dwDevice;
DWORD dwMode;
TCHAR szMicrophone[VDCT_MICLEN];
TCHAR szSpeaker[VDCT_SPEAKERLEN];
GUID gModeID;
} VDSITEINFO, * PVDSITEINFO;
Provides information about a site used for Voice Dictation.
dwAutoGainEnable
Automatic gain setting used for IVDctAttributres::AutoGainEnableSet.
dwThreshold
Value from 0 to 100 that indicates the recognition threshold for the speech-recognition engine to be used by the site.
dwDevice
Device identifier of the wave-in audio device to be used by the site. The device identifier can be obtained by calling the waveInGetNumDevs and waveInGetDevCaps multimedia functions.
szMicrophone
Name of the current microphone for the audio source to be used by the site.
szSpeaker
Name of the current speaker for the site.
gModeID
GUID that uniquely identifies the speech-recognition mode to be used by the site. The GUID for a speech-recognition mode can be obtained by using a speech-recognition enumerator. For more information about speech-recognition enumerators, see section, "Low-Level Speech Recognition API."