RaiActionType Struct
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.
The action types to apply to the content filters.
public readonly struct RaiActionType : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiActionType>
type RaiActionType = struct
Public Structure RaiActionType
Implements IEquatable(Of RaiActionType)
- Inheritance
-
RaiActionType
- Implements
Constructors
| Name | Description |
|---|---|
| RaiActionType(String) |
Initializes a new instance of RaiActionType. |
Properties
| Name | Description |
|---|---|
| Annotating |
Gets the Annotating. |
| Blocking |
Gets the Blocking. |
| Hitl |
Gets the Hitl. |
| None |
Gets the None. |
| Retry |
Gets the Retry. |
Methods
| Name | Description |
|---|---|
| Equals(RaiActionType) |
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(RaiActionType, RaiActionType) |
Determines if two RaiActionType values are the same. |
| Implicit(String to Nullable<RaiActionType>) | |
| Implicit(String to RaiActionType) |
Converts a string to a RaiActionType. |
| Inequality(RaiActionType, RaiActionType) |
Determines if two RaiActionType values are not the same. |