BaseRedactionPolicy.EntityTypes Property
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.
(Optional) describes the PII categories to which the redaction policy will be applied. If not specified, the redaction policy will be applied to all PII categories.
public System.Collections.Generic.IList<Azure.AI.Language.Text.PiiCategoriesExclude> EntityTypes { get; }
member this.EntityTypes : System.Collections.Generic.IList<Azure.AI.Language.Text.PiiCategoriesExclude>
Public ReadOnly Property EntityTypes As IList(Of PiiCategoriesExclude)