Share via


CustomSentimentAnalysisResult.Documents Property

Definition

The custom sentiment analysis results for each document in the input.

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

Property Value

Applies to