共用方式為


TextAnalysisModelFactory.CustomAbstractiveSummarizationActionContent Method

Definition

Initializes a new instance of CustomAbstractiveSummarizationActionContent.

public static Azure.AI.Language.Text.CustomAbstractiveSummarizationActionContent CustomAbstractiveSummarizationActionContent (int? sentenceCount = default, Azure.AI.Language.Text.StringIndexType? stringIndexType = default, Azure.AI.Language.Text.SummaryLengthBucket? summaryLength = default, bool? loggingOptOut = default, string projectName = default, string deploymentName = default);
static member CustomAbstractiveSummarizationActionContent : Nullable<int> * Nullable<Azure.AI.Language.Text.StringIndexType> * Nullable<Azure.AI.Language.Text.SummaryLengthBucket> * Nullable<bool> * string * string -> Azure.AI.Language.Text.CustomAbstractiveSummarizationActionContent
Public Shared Function CustomAbstractiveSummarizationActionContent (Optional sentenceCount As Nullable(Of Integer) = Nothing, Optional stringIndexType As Nullable(Of StringIndexType) = Nothing, Optional summaryLength As Nullable(Of SummaryLengthBucket) = Nothing, Optional loggingOptOut As Nullable(Of Boolean) = Nothing, Optional projectName As String = Nothing, Optional deploymentName As String = Nothing) As CustomAbstractiveSummarizationActionContent

Parameters

sentenceCount
Nullable<Int32>

Controls the approximate number of sentences in the output summaries.

stringIndexType
Nullable<StringIndexType>

String index type.

summaryLength
Nullable<SummaryLengthBucket>

(NOTE: Recommended to use summaryLength over sentenceCount) Controls the approximate length of the output summaries.

loggingOptOut
Nullable<Boolean>

logging opt out.

projectName
String

This field indicates the project name for the model.

deploymentName
String

This field indicates the deployment name for the model.

Returns

A new CustomAbstractiveSummarizationActionContent instance for mocking.

Applies to