ContentFilterSeverity 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.
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 |
Gets the High. |
Low |
Gets the Low. |
Medium |
Gets the Medium. |
Safe |
Gets the 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. |