AbstractiveSummary.Contexts Property
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.
The collection of AbstractiveSummaryContext objects that reference the text that was used as context by the service to produce the summary.
public System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.AbstractiveSummaryContext> Contexts { get; }
member this.Contexts : System.Collections.Generic.IReadOnlyCollection<Azure.AI.TextAnalytics.AbstractiveSummaryContext>
Public ReadOnly Property Contexts As IReadOnlyCollection(Of AbstractiveSummaryContext)