ProfanityFilterMode Struct

Definition

Mode of profanity filtering.

public readonly struct ProfanityFilterMode : IEquatable<Azure.AI.Speech.Transcription.ProfanityFilterMode>
type ProfanityFilterMode = struct
Public Structure ProfanityFilterMode
Implements IEquatable(Of ProfanityFilterMode)
Inheritance
ProfanityFilterMode
Implements

Constructors

Name Description
ProfanityFilterMode(String)

Initializes a new instance of ProfanityFilterMode.

Properties

Name Description
Masked

Mask the profanity with * except of the first letter, e.g., f***.

None

Disable profanity filtering.

Removed

Remove profanity.

Tags

Add "profanity" XML tags <Profanity></Profanity>.

Methods

Name Description
Equals(ProfanityFilterMode)

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

Name Description
Equality(ProfanityFilterMode, ProfanityFilterMode)

Determines if two ProfanityFilterMode values are the same.

Implicit(String to Nullable<ProfanityFilterMode>)
Implicit(String to ProfanityFilterMode)

Converts a string to a ProfanityFilterMode.

Inequality(ProfanityFilterMode, ProfanityFilterMode)

Determines if two ProfanityFilterMode values are not the same.

Applies to