TextAuthoringSentiment Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |