Entity(EntityType, String, String, Int32, Int32, Int32) Constructor

Constructor.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public 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