TermMatch Class

Definition

Describe a possible match in the user input.

public class TermMatch
type TermMatch = class
Public Class TermMatch
Inheritance
TermMatch

Constructors

Name Description
TermMatch(Int32, Int32, Double, Object)

Construct a match.

Fields

Name Description
Confidence

Confidence of match, 0-1.0.

Length

Length of match in input string.

Start

Start of match in input string.

Value

Underlying C# value.

Properties

Name Description
End

End of match in input string.

Methods

Name Description
Covers(TermMatch)

Check to see if this completely covers match.

Equals(Object)
GetHashCode()
Overlaps(TermMatch)

Check to see if this overlaps with match in input.

Same(TermMatch)

Check to see if this covers the same span as match.

ToString()

Operators

Name Description
Equality(TermMatch, TermMatch)
Inequality(TermMatch, TermMatch)

Applies to