AnalyzeTextOutputType Struct

Definition

The type of text analysis output.

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

Constructors

AnalyzeTextOutputType(String)

Initializes a new instance of AnalyzeTextOutputType.

Properties

EightSeverityLevels

Output severities in eight levels, the value could be 0,1,2,3,4,5,6,7.

FourSeverityLevels

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

Methods

Equals(AnalyzeTextOutputType)

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

Determines if two AnalyzeTextOutputType values are the same.

Implicit(String to AnalyzeTextOutputType)

Converts a string to a AnalyzeTextOutputType.

Inequality(AnalyzeTextOutputType, AnalyzeTextOutputType)

Determines if two AnalyzeTextOutputType values are not the same.

Applies to