ValueExclusionPolicy(Boolean, IEnumerable<String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ValueExclusionPolicy.
public ValueExclusionPolicy(bool caseSensitive, System.Collections.Generic.IEnumerable<string> excludedValues);
new Azure.AI.Language.Text.ValueExclusionPolicy : bool * seq<string> -> Azure.AI.Language.Text.ValueExclusionPolicy
Public Sub New (caseSensitive As Boolean, excludedValues As IEnumerable(Of String))
Parameters
- caseSensitive
- Boolean
Option to make the values excluded values case sensitive.
- excludedValues
- IEnumerable<String>
List of words and terms that should be excluded from detection by the PII detection service.
Exceptions
excludedValues is null.