PiiDetectionSkillMaskingMode Struct

Definition

A string indicating what maskingMode to use to mask the personal information detected in the input text.

public readonly struct PiiDetectionSkillMaskingMode : IEquatable<Azure.Search.Documents.Indexes.Models.PiiDetectionSkillMaskingMode>
type PiiDetectionSkillMaskingMode = struct
Public Structure PiiDetectionSkillMaskingMode
Implements IEquatable(Of PiiDetectionSkillMaskingMode)
Inheritance
PiiDetectionSkillMaskingMode
Implements

Constructors

PiiDetectionSkillMaskingMode(String)

Initializes a new instance of PiiDetectionSkillMaskingMode.

Properties

None

No masking occurs and the maskedText output will not be returned.

Replace

Replaces the detected entities with the character given in the maskingCharacter parameter. The character will be repeated to the length of the detected entity so that the offsets will correctly correspond to both the input text as well as the output maskedText.

Methods

Equals(PiiDetectionSkillMaskingMode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(PiiDetectionSkillMaskingMode, PiiDetectionSkillMaskingMode)

Determines if two PiiDetectionSkillMaskingMode values are the same.

Implicit(String to PiiDetectionSkillMaskingMode)

Converts a string to a PiiDetectionSkillMaskingMode.

Inequality(PiiDetectionSkillMaskingMode, PiiDetectionSkillMaskingMode)

Determines if two PiiDetectionSkillMaskingMode values are not the same.

Applies to