Click or drag to resize

SupportedEmojiTypes Class

List of emojis supported for identification by sensitive item detection engine.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Content.TextAnalyticsSupportedEmojiTypes

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public class SupportedEmojiTypes

The SupportedEmojiTypes type exposes the following members.

Constructors
 NameDescription
Public methodSupportedEmojiTypesInitializes a new instance of the SupportedEmojiTypes class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberEmojiByCategorySubGroupName Supported emojis by category, sub-group, and name. The string format is "category|sub-group|name" where the pipe ('|') character is the delimiter.
Top
See Also