FoundValue 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.
This class is internal and should not be used.
public class FoundValue
type FoundValue = class
Public Class FoundValue
- Inheritance
-
FoundValue
Remarks
Please use FoundChoice instead.
Constructors
FoundValue() |
Properties
Index |
Gets or sets the index of the value that was matched. |
Score |
Gets or sets the accuracy with which the value matched the specified portion of the utterance. A value of 1.0 would indicate a perfect match. |
Value |
Gets or sets the value that was matched. |