Click or drag to resize

CustomEntityDefinitionRequireKeywordSequenceAtStartOfLine 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.

Namespace: OpenDiscoverSDK.Interfaces.Settings.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool RequireKeywordSequenceAtStartOfLine { get; set; }

Property Value

Boolean
See Also