SentimentResult Constructors
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.
Overloads
SentimentResult() | |
SentimentResult(Nullable<Double>, String, RequestStatistics) |
SentimentResult()
- Source:
- SentimentResult.cs
- Source:
- SentimentResult.cs
public SentimentResult ();
Public Sub New ()
Applies to
SentimentResult(Nullable<Double>, String, RequestStatistics)
- Source:
- SentimentResult.cs
- Source:
- SentimentResult.cs
public SentimentResult (double? score = default, string errorMessage = default, Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics statistics = default);
new Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.SentimentResult : Nullable<double> * string * Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.RequestStatistics -> Microsoft.Azure.CognitiveServices.Language.TextAnalytics.Models.SentimentResult
Public Sub New (Optional score As Nullable(Of Double) = Nothing, Optional errorMessage As String = Nothing, Optional statistics As RequestStatistics = Nothing)
Parameters
- errorMessage
- String
- statistics
- RequestStatistics
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET