Click or drag to resize

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.

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

Property Value

String
See Also