The CogDLRuntimeStringMatch type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Features |
The collection of features participating in this match.
This includes the predicted model elements.
(Inherited from CogDLRuntimeMatchBase.) | |
| FeatureString |
The string of feature IDs.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| IsSelected |
True if the match was selected by an axis-filter.
(Inherited from CogDLRuntimeMatchBase.) | |
| ModelName |
The name of the model.
(Inherited from CogDLRuntimeMatchBase.) | |
| Position |
The model position.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| PrettifiedString |
The feature string with white space inserted.
(Inherited from CogDLRuntimeReadMatchBase.) | |
| Score |
The matching score (between 0.0 and 1.0).
(Inherited from CogDLRuntimeMatchBase.) |
See Also