Show / Hide Table of Contents

Class PiiEntityReplace

Replace PII entities with a given sequence of characters.

Inheritance
object
PiiEntityMasking
PiiEntityReplace
Inherited Members
PiiEntityMasking.Exclude
PiiEntityMasking.ShouldDetect
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class PiiEntityReplace : PiiEntityMasking

Properties

ReplaceWith

Declaration
[JsonProperty(PropertyName = "replaceWith")]
public string ReplaceWith { get; set; }
Property Value
Type Description
string
In this article
Back to top