ProfanityMarker Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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
Azure SDK for .NET