Class ThesaurusHelper
Inheritance
System.Object
ThesaurusHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SecureExchangesSDK.Helpers
Assembly: SecureExchangesSDK.dll
Syntax
public static class ThesaurusHelper
Methods
DetectSensitiveWordsInContent(String, IEnumerable<Thesaurus>)
Analyse le contenu d'un courriel pour déterminé si des mots sensible si retrouve
Declaration
public static Dictionary<string, ThesaurusHelper.WordMatch> DetectSensitiveWordsInContent(string content, IEnumerable<Thesaurus> wordList)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | |
System.Collections.Generic.IEnumerable<Thesaurus> | wordList |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, ThesaurusHelper.WordMatch> |
DetectSentences(String)
Extrait des phrases pour être analysé
Declaration
public static List<string> DetectSentences(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
RefreshThesaurusList(IEndPointConfiguration)
Declaration
public static Thesaurus[] RefreshThesaurusList(IEndPointConfiguration args)
Parameters
Type | Name | Description |
---|---|---|
IEndPointConfiguration | args |
Returns
Type | Description |
---|---|
Thesaurus[] |