SupportedEmojiTypes Class

List of emojis supported for identification by sensitive item detection engine.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public class SupportedEmojiTypes
Inheritance
Object    SupportedEmojiTypes

Constructors

SupportedEmojiTypesInitializes a new instance of the SupportedEmojiTypes class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

EmojiByCategorySubGroupName Supported emojis by category, sub-group, and name. The string format is "category|sub-group|name" where the pipe ('|') character is the delimiter.

See Also