TextAnalysisModelFactory.CustomAbstractiveSummarizationActionContent 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 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
- stringIndexType
- Nullable<StringIndexType>
String index type.
- summaryLength
- Nullable<SummaryLengthBucket>
(NOTE: Recommended to use summaryLength over sentenceCount) Controls the approximate length of the output summaries.
- 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.