Custom Entity DefinitionRequire Keyword Sequence At Start Of Line Property
If true, a keyword sequence must have its first token as the first token on a line, else it is not considered a valid sequence and is ignored. Default value is false.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings.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#
[DataMemberAttribute]
public bool RequireKeywordSequenceAtStartOfLine { get; set; }