Package version:

Interface ExtractiveSummarizationBatchAction

Options for an extractive summarization batch action.

Hierarchy

Properties

actionName?: string

The name of the action.

disableServiceLogs?: boolean

If set to true, you opt-out of having your text input logged for troubleshooting. By default, Cognitive Language Service logs your input text for 48 hours, solely to allow for troubleshooting issues. Setting this parameter to true, disables in logging and may limit our ability to remediate issues that occur.

Default is false.

kind: "ExtractiveSummarization"

The kind of the action.

maxSentenceCount?: number

The max number of sentences to be part of the summary.

modelVersion?: string

The version of the model to be used by the action.

orderBy?: string

The sorting criteria to use for the results of Extractive Summarization.

stringIndexType?: string

Specifies the measurement unit used to calculate the offset and length properties. For a list of possible values, see KnownStringIndexType.

The default is the JavaScript's default which is "Utf16CodeUnit".

Generated using TypeDoc