TextAnalysisModelFactory.AbstractiveSummaryActionResult Method
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.
Initializes a new instance of AbstractiveSummaryActionResult.
public static Azure.AI.Language.Text.AbstractiveSummaryActionResult AbstractiveSummaryActionResult (string id = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.DocumentWarning> warnings = default, Azure.AI.Language.Text.DocumentStatistics statistics = default, System.Collections.Generic.IEnumerable<Azure.AI.Language.Text.AbstractiveSummary> summaries = default, Azure.AI.Language.Text.DetectedLanguage detectedLanguage = default);
static member AbstractiveSummaryActionResult : string * seq<Azure.AI.Language.Text.DocumentWarning> * Azure.AI.Language.Text.DocumentStatistics * seq<Azure.AI.Language.Text.AbstractiveSummary> * Azure.AI.Language.Text.DetectedLanguage -> Azure.AI.Language.Text.AbstractiveSummaryActionResult
Public Shared Function AbstractiveSummaryActionResult (Optional id As String = Nothing, Optional warnings As IEnumerable(Of DocumentWarning) = Nothing, Optional statistics As DocumentStatistics = Nothing, Optional summaries As IEnumerable(Of AbstractiveSummary) = Nothing, Optional detectedLanguage As DetectedLanguage = Nothing) As AbstractiveSummaryActionResult
Parameters
- id
- String
Unique, non-empty document identifier.
- warnings
- IEnumerable<DocumentWarning>
Warnings encountered while processing document.
- statistics
- DocumentStatistics
if showStats=true was specified in the request this field will contain information about the document payload.
- summaries
- IEnumerable<AbstractiveSummary>
A list of abstractive summaries.
- detectedLanguage
- DetectedLanguage
If 'language' is set to 'auto' for the document in the request this field will contain a 2 letter ISO 639-1 representation of the language detected for this document.
Returns
A new AbstractiveSummaryActionResult instance for mocking.
Applies to
Azure SDK for .NET