Package version:

Interface DynamicClassificationAction

Options for a dynamic classification action.

Hierarchy

Properties

categories: Object

a list of categories to which input is classified to.

classificationType?: string

Specifies either one or multiple categories per document. Defaults to multi classification which may return more than one class for each document.

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.

modelVersion?: string

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

Generated using TypeDoc