你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

ProfanityMarker(String)

Initializes a new instance of ProfanityMarker.

Asterisk 0

Profanity is marked with asterisk.

Asterisk

Asterisk.

Equals(ProfanityMarker)

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

Equality(ProfanityMarker, ProfanityMarker)

Determines if two ProfanityMarker values are the same.

Implicit(String to ProfanityMarker)

Converts a string to a ProfanityMarker.

Inequality(ProfanityMarker, ProfanityMarker)

Determines if two ProfanityMarker values are not the same.

Tag 1

Profanity is marked with the tags.

Tag

Tag.

ToString()

Returns the fully qualified type name of this instance.

Applies to