Represents generic match for specified key type.
Inheritance Hierarchy
NReco.NLQuery.MatchersMatch
NReco.NLQuery.MatchersKeyMatchT
Namespace: NReco.NLQuery.Matchers
Assembly: NReco.NLQuery (in NReco.NLQuery.dll) Version: 1.0.0
Syntax
Type Parameters
- T
The KeyMatchT type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| KeyMatchT | Initializes a new instance of the KeyMatchT class |
Properties
| Name | Description | |
|---|---|---|
| End |
End token. Can be equal to Start if only one token is matched.
(Inherited from Match.) | |
| Key |
Key value.
| |
| Score |
Measure that reflects match score (0..1).
(Inherited from Match.) | |
| Start |
Start token.
(Inherited from Match.) |
Methods
| Name | Description | |
|---|---|---|
| Clone | (Inherited from Match.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also