EntityKeywords Property

If MatchType property is equal to ImmediatelyAfter, ProximityBefore, or ProximityAfter then this property gives the the keywords that triggered the match for the item. If MatchType property is equal Structure then this property value will be null.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public string Keywords { get; set; }

Property Value

String

See Also