你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentFilterSeverity Struct

Definition

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

Constructors

Name Description
ContentFilterSeverity(String)

Initializes a new instance of ContentFilterSeverity.

Properties

Name Description
High

Gets the High.

Low

Gets the Low.

Medium

Gets the Medium.

Safe

Gets the Safe.

Methods

Name Description
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

Name Description
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