TermMatch(Int32, Int32, Double, Object) Constructor
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.
Construct a match.
public TermMatch (int start, int length, double confidence, object value);
new Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch : int * int * double * obj -> Microsoft.Bot.Builder.FormFlow.Advanced.TermMatch
Public Sub New (start As Integer, length As Integer, confidence As Double, value As Object)
Parameters
- start
- Int32
Start of match in input string.
- length
- Int32
Length of match in input string.
- confidence
- Double
Confidence of match, 0-1.0.
- value
- Object
The underlying C# value for the match.