Share via


DocumentTextSentimentEvalResult.PredictedSentimentSpans Property

Definition

Represents the document's predicted sentiment labels.

public System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.Authoring.DocumentSentimentLabelEvalResult> PredictedSentimentSpans { get; }
member this.PredictedSentimentSpans : System.Collections.Generic.IReadOnlyList<Azure.AI.Language.Text.Authoring.DocumentSentimentLabelEvalResult>
Public ReadOnly Property PredictedSentimentSpans As IReadOnlyList(Of DocumentSentimentLabelEvalResult)

Property Value

Applies to