Share via


ContentFilterSeverity Struct

Definition

The AzureContentFilterSeverityResultSeverity.

public readonly struct ContentFilterSeverity : IEquatable<Azure.AI.OpenAI.ContentFilterSeverity>
type ContentFilterSeverity = struct
Public Structure ContentFilterSeverity
Implements IEquatable(Of ContentFilterSeverity)
Inheritance
ContentFilterSeverity
Implements

Constructors

ContentFilterSeverity(String)

Initializes a new instance of ContentFilterSeverity.

Properties

High

high.

Low

low.

Medium

medium.

Safe

safe.

Methods

Equals(ContentFilterSeverity)

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

Equality(ContentFilterSeverity, ContentFilterSeverity)

Determines if two ContentFilterSeverity values are the same.

Implicit(String to ContentFilterSeverity)

Converts a string to a ContentFilterSeverity.

Inequality(ContentFilterSeverity, ContentFilterSeverity)

Determines if two ContentFilterSeverity values are not the same.

Applies to