Entity(EntityType, EntityMatchType, String, Int32, Int32, Int32, String, String, String) Constructor |
Constructor.
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntaxpublic Entity(
EntityType type,
EntityMatchType matchType,
string text,
int line,
int start,
int end,
string keywords = null,
string context = null,
string associated = null
)
Parameters
- type EntityType
- Type of entity.
- matchType EntityMatchType
- How item was matched.
- text String
- Text of entity item.
- line Int32
- The line number in source text.
- start Int32
- Zero-offset starting character position
- end Int32
- Zero-offset ending character position
- keywords String (Optional)
- Keywords that were used to identify this item.
- context String (Optional)
- Any context that helped identify the item.
- associated String (Optional)
- Any extra information associated with this item.
See Also