Entity(EntityType, String, String, Int32, Int32, Int32) 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,
string text,
string keywords,
int start,
int end,
int line
)
Parameters
- type EntityType
- Type of entity item.
- text String
- Text of entity item.
- keywords String
- Entity keywords
- start Int32
- Zero-offset starting character position
- end Int32
- Zero-offset ending character position
- line Int32
- Zero-offset line number
See Also