Click or drag to resize

EntityExtractionSettingsEnableEmojiEntityDetection Property

If enabled (true) then emoji entity items will be detected (default value is true). If false, emoji entities will not be detected and returned in results.

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

Property Value

Boolean
See Also