FoundChoice Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a result from matching user input against a list of choices.
public class FoundChoice
type FoundChoice = class
Public Class FoundChoice
- Inheritance
-
FoundChoice
Constructors
FoundChoice() |
Properties
Index |
Gets or sets the choices index within the list of choices that was searched over. |
Score |
Gets or sets the accuracy with which the synonym matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match. |
Synonym |
Gets or sets the synonym that was matched. This is optional. |
Value |
Gets or sets the value of the choice that was matched. |