Share via


TextAuthoringSentiment Struct

Definition

The TextAuthoringSentiment.

public readonly struct TextAuthoringSentiment : IEquatable<Azure.AI.Language.Text.Authoring.TextAuthoringSentiment>
type TextAuthoringSentiment = struct
Public Structure TextAuthoringSentiment
Implements IEquatable(Of TextAuthoringSentiment)
Inheritance
TextAuthoringSentiment
Implements

Constructors

Name Description
TextAuthoringSentiment(String)

Initializes a new instance of TextAuthoringSentiment.

Properties

Name Description
Negative

negative.

Neutral

neutral.

Positive

positive.

Methods

Name Description
Equals(TextAuthoringSentiment)

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

Determines if two TextAuthoringSentiment values are the same.

Implicit(String to TextAuthoringSentiment)

Converts a String to a TextAuthoringSentiment.

Inequality(TextAuthoringSentiment, TextAuthoringSentiment)

Determines if two TextAuthoringSentiment values are not the same.

Applies to