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

TextAuthoringSentiment(String)

Initializes a new instance of TextAuthoringSentiment.

Properties

Negative

negative.

Neutral

neutral.

Positive

positive.

Methods

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

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