IAgentUserInput::GetItemConfidence
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT GetItemConfidence(
long dwItemIndex, // index of Command alternative
long * plConfidence // address of confidence value for Command
);
Retrieves the confidence value for a Command passed to an IAgentNotifySink::Command callback.
- Returns S_OK to indicate the operation was successful.
-
dwItemIndex
-
The index of a Command alternative passed to the IAgentNotifySink::Command callback.
-
plConfidence
-
Address of a variable that receives the confidence score for a Command alternative passed to the IAgentNotifySink::Command callback.
If voice input was not the source for the command, for example, if the user selected the command from the character's pop-up menu, the Microsoft Agent server returns the confidence value of the best match as 100 and the confidence values for all other alternatives as zero (0).
See Also
IAgentUserInput::GetItemID, IAgentUserInput::GetAllItemData, IAgentUserInput::GetItemText