Share via


TermMatch(Int32, Int32, Double, Object) Constructor

Definition

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.

Applies to