Entity(Entity Type, Entity Match Type, String, Int 32, Int 32, Int 32, String, String, String) Constructor
Constructor.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public 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.