DocumentSentiment.Sentences Property

Definition

Gets the predicted sentiment and other analysis like Opinion mining for each sentence in the corresponding document.

public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.SentenceSentiment> Sentences { get; }
member this.Sentences : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.SentenceSentiment>
Public ReadOnly Property Sentences As IReadOnlyCollection(Of SentenceSentiment)

Property Value

Applies to