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.TextAnalyticsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public bool RequireKeywordSequenceAtStartOfLine { get; set; }Property Value
Boolean
See Also