SentimentSkillLanguage 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.
Deprecated. The language codes supported for input text by SentimentSkill.
public readonly struct SentimentSkillLanguage : IEquatable<Azure.Search.Documents.Indexes.Models.SentimentSkillLanguage>
type SentimentSkillLanguage = struct
Public Structure SentimentSkillLanguage
Implements IEquatable(Of SentimentSkillLanguage)
- Inheritance
-
SentimentSkillLanguage
- Implements
Constructors
SentimentSkillLanguage(String) |
Initializes a new instance of SentimentSkillLanguage. |
Properties
Da |
Danish. |
De |
German. |
El |
Greek. |
En |
English. |
Es |
Spanish. |
Fi |
Finnish. |
Fr |
French. |
It |
Italian. |
Nl |
Dutch. |
No |
Norwegian (Bokmaal). |
Pl |
Polish. |
PtPT |
Portuguese (Portugal). |
Ru |
Russian. |
Sv |
Swedish. |
Tr |
Turkish. |
Methods
Equals(SentimentSkillLanguage) |
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(SentimentSkillLanguage, SentimentSkillLanguage) |
Determines if two SentimentSkillLanguage values are the same. |
Implicit(String to SentimentSkillLanguage) |
Converts a string to a SentimentSkillLanguage. |
Inequality(SentimentSkillLanguage, SentimentSkillLanguage) |
Determines if two SentimentSkillLanguage values are not the same. |
Applies to
Azure SDK for .NET