CustomEntityRecognitionAction interface

Supported parameters for a Custom Entities task.

Extends

Properties

stringIndexType

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".

Inherited Properties

deploymentName

The deployment name for the model to be used by the action.

disableServiceLogs

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.

projectName

The project name for the model to be used by the action.

Property Details

stringIndexType

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".

stringIndexType?: string

Property Value

string

Inherited Property Details

deploymentName

The deployment name for the model to be used by the action.

deploymentName: string

Property Value

string

Inherited From ActionCustom.deploymentName

disableServiceLogs

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.

disableServiceLogs?: boolean

Property Value

boolean

Inherited From ActionCustom.disableServiceLogs

projectName

The project name for the model to be used by the action.

projectName: string

Property Value

string

Inherited From ActionCustom.projectName