AnalyzeImageOutputType Struct

Definition

The type of image analysis output.

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

Constructors

AnalyzeImageOutputType(String)

Initializes a new instance of AnalyzeImageOutputType.

Properties

FourSeverityLevels

Output severities in four levels, the value could be 0,2,4,6.

Methods

Equals(AnalyzeImageOutputType)

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(AnalyzeImageOutputType, AnalyzeImageOutputType)

Determines if two AnalyzeImageOutputType values are the same.

Implicit(String to AnalyzeImageOutputType)

Converts a string to a AnalyzeImageOutputType.

Inequality(AnalyzeImageOutputType, AnalyzeImageOutputType)

Determines if two AnalyzeImageOutputType values are not the same.

Applies to