Partager via


ProfanityMarker Enum

Definition

Translator profanity markers.

public enum ProfanityMarker
public readonly struct ProfanityMarker : IEquatable<Azure.AI.Translation.Text.ProfanityMarker>
type ProfanityMarker = 
type ProfanityMarker = struct
Public Enum ProfanityMarker
Public Structure ProfanityMarker
Implements IEquatable(Of ProfanityMarker)
Inheritance
ProfanityMarker
Inheritance
ProfanityMarker

Fields

Asterisk 0

Profanity is marked with asterisk.

Tag 1

Profanity is marked with the tags.

Asterisk

Asterisk.

Equality(ProfanityMarker, ProfanityMarker)

Determines if two ProfanityMarker values are the same.

Equals(ProfanityMarker)

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

Implicit(String to ProfanityMarker)

Converts a string to a ProfanityMarker.

Inequality(ProfanityMarker, ProfanityMarker)

Determines if two ProfanityMarker values are not the same.

ProfanityMarker(String)

Initializes a new instance of ProfanityMarker.

Tag

Tag.

ToString()

Returns the fully qualified type name of this instance.

Applies to