Freigeben über


RaiActionType Struct

Definition

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.

Applies to